-
训练cascade RCNN,执行命令:
```
python -m torch.distributed.launch --nproc_per_node=8 --master_port=29500 tools/train.py /home/mmdetection_for_common_ocr/custom/configs/co/zxx_anchor.py --launcher pytorch …
-
Hi, I read FairMOT tracker [codes](https://github.com/ifzhang/FairMOT/blob/ca63d27f19e8d2170b84edb80cc2dc348c3dcd5a/src/lib/tracker/multitracker.py#L245), it's more like deepsort rather than MOTDT you…
-
Cascade RCNN convert, any advice ? Thanks
-
for example:
https://github.com/open-mmlab/mmdetection/blob/d40e19b09b19dd3dd55627ecf0f8d2f0796a1a03/configs/legacy_1.x/retinanet_r50_caffe_fpn_1x_coco_v1.py#L8
https://github.com/open-mmlab/mmd…
-
OS & Env:
Ubuntu 16.04.6
64G memory
4*GTX1080Ti(10G)
Python 3.7.3
GCC 5.4.0
PyTorch 1.1.0 (install with pip)
CUDA 10.1
Excuse me, I use custom dataset to train.
when I run the command `p…
-
**Environment**
- OS: Ubuntu 18.04.1
- GCC : 7.4.0
- PyTorch version 1.1.0
- How I installed PyTorch : pip
- GPU model TITANX x 4 (GM200) (12G)
- CUDA 10.00
I use the config `cascade_rcn…
-
### problem description
I used my own dataset to train cascade rcnn, but it occurs error when meet some data. So I create a toy dataset to test the running code, my toy dataset is like this:
[{'fil…
-
Hello @pangsu0613 . In the research paper you have mentioned that you will consider the 3D detection even if there is no corresponding 2D detection.
But what happens if you have the 2D detection and …
-
Attempting to forward inference the panoptic fpn model results in a CUDA error.
## To Reproduce
Attempting to run a `predictor` using the model `panoptic_fpn_R_101_dconv_cascade_gn_3x.yaml`.
…
-
Hi, do you have the api that i can inference one single image? the input is one single image, and the output is the keypoints. I notice you have demo/inference_bottom_up_pose_model.py, but there is a …