fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

Where is the root dictionary for the model in Colab? #1557

Closed wfeng66 closed 2 years ago

wfeng66 commented 3 years ago

I installed the model following Readme, however, it shows "No module named 'keras_retinanet.backend.tensorflow_backend'".

I found some posts that said need to run pip install. --user. It ends up with an error of "Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found." Which dictionary should I execute that command?

Thanks in advance!

tirelesslearner-1901 commented 2 years ago

Instead of using pip install . --user , do write pip install . ; it works fine !

stale[bot] commented 2 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.