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
Hi @hongge831,
I try setup your code, but something is not true.
I try to put resnet50-19c8e357.pth in dection/model but when i run " train_net.py" i got "loading model failed, ../utils/resnet50-19c8e357.pth may not exist"
After that, i put resnet50-19c8e357.pth in to /utils and i got "No such file or directory: '../saveparameter/blouse/3000res50.pth.tar'"
Could you help me to solve that problems.
The text was updated successfully, but these errors were encountered:
Thanks for your interests with my codebase. I check this problem in my own project, it works fine. I think it is a path-problem, you can debug your code with breakpoints or you can check the "resnet50-19c8e357.pth" has been included in the train_net.py. I am quite busy recently, and I will rerun my code then give you a detailed suggestion.
Hi @hongge831,
I try setup your code, but something is not true.
I try to put resnet50-19c8e357.pth in dection/model but when i run " train_net.py" i got "loading model failed, ../utils/resnet50-19c8e357.pth may not exist"
After that, i put resnet50-19c8e357.pth in to /utils and i got "No such file or directory: '../saveparameter/blouse/3000res50.pth.tar'"
Could you help me to solve that problems.
The text was updated successfully, but these errors were encountered: