-
Hello @herobd
Thanks for your awesome paper, it was something new for this kind of problem! However I'm curious about backbone that you used in this work. YOLOv2 seems outdated nowadays so what is yo…
-
aistudio上跑的paddlex。版本paddlex-2.1.0
```
model.train(
num_epochs=300,#训练轮数
train_dataset=train_dataset, #训练数据
eval_dataset=eval_dataset, #验证数据
train_batch_size=128, #batchsize
…
-
When running the mmdet2trt with my config file and checkpoint, I got the following warning:
```
root@f406c58d8080:~/space/mmdetection-to-tensorrt# mmdet2trt /home/config_ct2_full.py /home/epoch_24.p…
-
```
model = dict(
type='FasterRCNN',
pretrained='torchvision://resnet50',
backbone=dict(
type='ResNet',
depth=50,
num_stages=4,
out_indices=(0, 1, 2…
-
torchvision '0.4.0+cu92'
Traceback:
```
creating index...
index created!
Traceback (most recent call last):
File "./scratch_19.py", line 1068, in
main()
File "./scratch_19.py", …
-
### 📚 The doc issue
The announcement about the V2 improvements of RetinaNet, FasterRCNN and MaskRCNN has been made (Post Paper Architectural Optimization). Thanks for the amazing work.
However, if…
-
-
Hi,
i am using mmdet v2.20.
I have a custom coco dataset with about 2k images with GroundTruth labels.
I train a fasterrcnn and if i only use images with GT Labels everything learns smoothly. …
-
I used the Faster-RCNN model in the latest mmdetection.
I want to train my model in custom datasets that are in Pascal VOC format. In training the batch accuracy looks fine but when mAP is calculat…
-
/home/nhl510wm/xxy/code/mmtracking/mmtrack/core/utils/misc.py:24: UserWarning: Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, …