-
I downloaded the vocab, config and pytorch-model files from the hug website, stored them in a new hub folder in mmdetection and added them to the configs/glip/glip_atss_swin-t_fpn_dyhead_16xb2_ms-2x_f…
-
unexpected key in source state_dict: fc.weight, fc.bias
E:\mmdetection\week2_mmdet\Week2_mmdet\mmdetection-2.11.0\mmdet\datasets\custom.py:154: UserWarning: CustomDataset does not support filtering…
-
I've been working on migrating an mmdetection from v2 to v3 and haven't been able reproduce the same results. Here is my configuration from v2:
```
model = dict(
type='RetinaNet',
backbo…
-
### The doc issue
I followed the steps here https://github.com/open-mmlab/mmaction2/blob/main/configs/skeleton/posec3d/custom_dataset_training.md
When I run python ntu_pose_extraction.py some_video_…
-
loading annotations into memory...
Traceback (most recent call last):
File "/sdb/liuhaolin/anaconda3/envs/pseco/lib/python3.8/site-packages/mmcv/utils/registry.py", line 52, in build_from_cfg
…
-
## Some common problems & solutions when installing maskrcnn_benchmark.
**1. THC.h: No such file or directory/THCeilDiv Undefined/**
[see this](https://blog.csdn.net/code_zhao/article/details/1291…
-
我这边随便下载了一份demo数据集:[balloons](https://universe.roboflow.com/alon-barenboim/balloons-duyrr/dataset/3),并根据[finetuning.md](https://github.com/AILab-CVC/YOLO-World/blob/master/docs/finetuning.md)进行修改和配置,下面…
-
Hi. I have create my own dataset and train the **SegFormer** successfully but when I check the inference speed of **SegFormer** using **benchmark.py** script it shows the following error as attached.…
-
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've encountered an issue that I haven't been able to resolve despite researching various articles. I'm using mmdet for instance segmentation on my custom dataset and I have modified the MetaInfo in "…