Unable to find model file
See original GitHub issueHello, Thank you so much for sharing a very much useful repository.
I have followed the step by step instructions given, and have downloaded all the datasets as mentioned in the below image
Training:
python main.py configs/resa/resa50_culane.py --gpus 0
After running the above command, i was able to see following window:
But i couldn’t find any model file such as culane_resnet50.pth
, resa_r34_culane.pth
!! As it mentioned in the example run case.
Alternatively, is it possible to share the pre-trained model file?
As I am a beginner, I greatly appreciate your understanding and kind response.
Regards, Ajay
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Unable to find model - MicroStation Forum
This error means that model index is corrupted an issue that was not addressed in v8i era and still comes up. File is...
Read more >Fatal error: Can't find the model file!: file #7 - GitHub
Fatal error: Can't find the model file!: file /Users/aiel/Desktop/ios-demo-app/HelloWorld/HelloWorld/HelloWorld/ViewController.swift, ...
Read more >Game says it can't find a model file that doesn't even exist
[error]Arguments : Can't find model file 'dynamics\weapons\wpn_hand\wpn_hand_05.ogf'. stack trace: 0023:00B9399C xrCore.dll, xrDebug::fatal().
Read more >MC 1.14.4 - Unable to find model files - Minecraft Forge Forums
For some reason i don't know, minecraft/forge cannot find the files for the models for my blocks. I get this message: Unable to...
Read more >[Beginner] Error: Can't find model file when running Stan ...
[Beginner] Error: Can't find model file when running Stan example ... Both the .stan and .R files are saved in the current working...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, no ROS support.
Just rename it, i.e.,
11.pth
toresa50_culane.pth
. Thebest.pth
is trained using resnet50 backbone. You cannot use resnet34 to load the weight. Try this: