I try to install the object detection API bt I have this error when running :
export PYTHONPATH=$PYTHONPATH:pwd
:pwd
/slim
I have the export is not a recognized variable blablabla problem
what are the issues ? what I am doing wrong is this command ok for windows ? Thanks a lot !
I found the problem In windows :
set PYTHONPATH=...\python\models;...\python\models\slim
works fine
This work for me:
then run again.It will work!
dont work โ
Try with
set PYTHONPATH=...\python\models\research;...\python\models\research\slim
Most helpful comment
Try with
set PYTHONPATH=...\python\models\research;...\python\models\research\slim