You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\JoeBiden\AppData\Local\Programs\Python\Python37\python.exe: Error while finding module specification for 'detector.server' (ModuleNotFoundError: No module named 'detector')
#34
Open
ShoelessTom opened this issue
Dec 16, 2022
· 1 comment
When running the command "python -m detector.server detector-base.pt" on the detector folder, I get this error C:\Users\JoeBiden\AppData\Local\Programs\Python\Python37\python.exe: Error while finding module specification for 'detector.server' (ModuleNotFoundError: No module named 'detector')
I know the code says to run it on the root of the repo instead of the detector file but I get a error that tells me detector-base.pt dosent exist, well ofc it dosent because its in the detector folder 💀
The text was updated successfully, but these errors were encountered:
Move the model file (detector-base.pt) to the root of the repo, and then run the command from there. The model file is supposed to be downloaded in the root directory.
When running the command "python -m detector.server detector-base.pt" on the detector folder, I get this error
C:\Users\JoeBiden\AppData\Local\Programs\Python\Python37\python.exe: Error while finding module specification for 'detector.server' (ModuleNotFoundError: No module named 'detector')
I know the code says to run it on the root of the repo instead of the detector file but I get a error that tells me detector-base.pt dosent exist, well ofc it dosent because its in the detector folder 💀
The text was updated successfully, but these errors were encountered: