-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
I run "make" under coco/PythonAPI, and get the follow error
`
(CenterNet) prav@cvpr:~/CenterNet/cocoapi/PythonAPI$ make
python setup.py build_ext --inplace
running build_ext
cythoning pycocotools…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) b…
-
I follow the instruction
* (https://github.com/facebookresearch/VideoPose3D/blob/main/INFERENCE.md) and
* (https://colab.research.google.com/github/kuboyoo/VideoPose3D/blob/master/VideoPose3D.ipyn…
-
when i want to trian RelTR on Open Images V6 with a single GPU
python main.py --dataset oi --img_folder /home/ybz/RelTR/data/oi/images/ --ann_path /home/ybz/RelTR/data/ --batch_size 1 --output_dir c…
-
Hello Alexey,
I want a yolov3 model that only detect a subset (14 classes) of COCO, so I trained it by adding dont_show to the lines in coco.names that I dont want, as you mentioned a new functiona…
-
According to the model architecture, the videopose3d_1frame model should be able to do image 2d to 3d lift inference. But when I try, I got the error
```
File "demo/body3d_two_stage_img_demo.py", …
-
-
Hi,
I am currently training my own dataset and am getting an error during conversion. I was able to successfuly train my dataset before when I had "iscrowd" on 0 and the segmentation to polygons, b…
-
Hi~
I found that there is a difference between the gt generated by the code and the official one provided by VOC.