-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor results with pretrained models #5
Comments
I also face the problem. I found it's because the module names differ between the pre-trained weight and the current model. |
Thanks! This comment works. |
Hi there,
When trying to run visualisation with pretrained models I am getting really poor results.
Command:
python demo.py --config-file ../configs/ovis/video_maskformer2_R50_bs32_8ep_frame.yaml --input ../datasets/ovis/test/0d11ec15 --output demo_outputs --opts MODEL.WEIGHTS ../pretrained/minvis_ovis_R50.pth
Output:
Console Log:
So there seems to be some mismatches in the model mapping. Has there been a config change or are the models within the model zoo now out of date?
Thanks!
The text was updated successfully, but these errors were encountered: