Problem with the last line of Testing-only installation
00zahra000 opened this issue · 1 comments
00zahra000 commented
hi, I'm sort of a newbie.
I have a problem with the last line of the Testing-only installation
pip install torch # install pytorch if you do not have it
pip install git+https://github.com/tianzhi0549/FCOS.git
"run this command line for a demo "
fcos https://github.com/tianzhi0549/FCOS/raw/master/demo/images/COCO_val2014_000000000885.jpg
what are the steps before running the last line?
00zahra000 commented
I just got the answer when I tried installing fcos package from pypi:
https://pypi.org/project/fcos/
First you install it with the specified commands. It will be added to the path and then you can run the command above with no problem.