Is there a instant test .py script for us to test whether we have installed the mmdetection successfully?
See original GitHub issueHi guys,
I want to know whether there is a instant test .py
script for us to make sure whether we have installed the MMDetection successfully?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:18
Top Results From Across the Web
Getting Started — MMDetection 1.0.0 documentation
We provide testing scripts to evaluate a whole dataset (COCO, PASCAL VOC, Cityscapes, etc.), and also some high-level apis for easier integration to...
Read more >Automated Testing in Python with pytest, tox, and GitHub Actions
In this video we focus on automated testing, not on general CI/CD, as there is already PLENTY of material to cover.
Read more >MMdetection training and submissions (Quick, Active) - AIcrowd
The test set after submission is much larger and contains private images upon which every submission is evaluated. Pariticipants have to submit ...
Read more >Object Detection using mmdetection | by Ravi Singh | Medium
Tools: This is folder where the train, evaluate, test and analytical scripts are kept. We will train object detection model Faster RCNN to ......
Read more >src/ndl_layout/mmdetection/docs/get_started.md - Hugging Face
If mmcv and mmcv-full are both installed, there will be `ModuleNotFoundError`. ... You can check the supported CUDA version for precompiled packages on...
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
You can use this script to check whether environment is installed correctly collect_env . To check whether installation is right you can run a demo on pretrained model.
see:https://github.com/open-mmlab/mmdetection/pull/1907#issuecomment-570752358 confirm PIL<7.0