question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to find model file

See original GitHub issue

Hello, 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

image

Training: python main.py configs/resa/resa50_culane.py --gpus 0

After running the above command, i was able to see following window: image

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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Turoadcommented, May 6, 2022

Sorry, no ROS support.

1reaction
Turoadcommented, May 6, 2022

Just rename it, i.e., 11.pth to resa50_culane.pth. The best.pth is trained using resnet50 backbone. You cannot use resnet34 to load the weight. Try this:

python tools/detect.py configs/resa/resa50_culane.py --img images\ --load_from /lanedet/work_dirs/CULane/20220504_091910_lr_3e-02_b_8/ckpt/best.pth --savedir ./vis
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found