demo error
See original GitHub issue
I run the demo on colab, config file is v2, but cannot get the results same as you.
“show_result_pyplot” cannot get the input ('Bordered', 'cell', 'Borderless')
in mmdetection2. can anyone give me some suggestions?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Demo Importing Error | WordPress.org
Import Failed Whoops, there was a problem importing your content. An error occurred while fetching file from: https://raw.githubusercontent.com/motopress/ ...
Read more >How to fix errors during the theme and demo content ...
In this tutorial, we show 5 most frequently occurred problems in installation and demo import in any WordPress theme. Follow the link to...
Read more >Importing Demos – common errors & problems – Rey theme
Importing Demos – common errors & problems · 1. Always check the log file · 2. General fall-back, if the plugin is not...
Read more >Application Error Details & Information Demo - Bugsnag
Watch a demo of Bugsnag's application error details to discover how to view and understand important information about each error.
Read more >How to resolve demo import error (500)?
How to resolve demo import error (500)?. Estimated reading : 2 minute. It is a very common issue not only for Saasland, but...
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 FreeTop 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
Top GitHub Comments
@Andrew05200 I think the problem is due to the outdated version of the checkpoint. There is a tool to convert the checkpoint (https://github.com/open-mmlab/mmdetection/blob/master/tools/upgrade_model_version.py) to be correctly used with mmdetection2 but I was unable to use it. Let me know if you are able to do it!
Hi @Franky-Cranky,
you can easily change the classes’ labels by modifying the parameter model.CLASSES, assigning it a new list of values; for example:
I don’t remember the three labels’ exact order; you have to try!