|
- python - MMDetection SSD Training Error: ValueError: need at least one . . .
mmdet has a very good community, you can try to look at this link to solve your problem Shortly, you should change your classes = ('pantograph',) as the following codes
- How to save the model weights after running train_detector in mmdetection?
How to save the model weights after running train_detector in mmdetection? Asked 4 years, 5 months ago Modified 3 years ago Viewed 2k times
- python - No module named mmcv. _ext - Stack Overflow
Tried to train the model but got the mmcv error No module named 'mmcv _ext' mmcv library is already installed and imported mmcv version = 1 4 0 Cuda version = 10 0
- MMDetection loading from own training checkpoint for inference produces . . .
MMDetection loading from own training checkpoint for inference produces garbage detections Asked 4 years, 9 months ago Modified 2 years, 11 months ago Viewed 6k times
- deep learning - mmdet - WARNING - Stack Overflow
It is normal that the model and loaded state dict do not match exactly, because the fully connected layers in the pretrained models are unused It will not affect the training If it causes any further issues while testing, then this is a problem otherwise you should be good Refer to the issue here
- TypeError: empty() received an invalid combination of arguments
I want to do object detection using cascade r-cnn and swin transformer Here is my code and the libraries I installed mmcv 2 1 0 mmdet 3 3 0
- python - How to fix AttributeError: ConfigDict object has no . . .
How to fix AttributeError: 'ConfigDict' object has no attribute 'data' on mmdetection? Asked 3 years, 1 month ago Modified 1 year, 9 months ago Viewed 5k times
- Transform mmdet Mask r-cnn result to coco dataset to extract the . . .
I've been given a trained mask r-cnn model with pth checkpoint file and py config files, and I'm able to perform the object segmentation on a video using the general tutorial https: mmdetection
|
|
|