Closed wfeng66 closed 2 years ago
Instead of using pip install . --user , do write pip install . ; it works fine !
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.
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!