-
I want to load LVIS annotation file (in the same format as coco) to labelme and modify the instance segmentations. It should be the inverse process of examples/instance_segmentation/labelme2coco.py.
…
-
Hey I succesfully added a custom dataset in a jupyter notebook using the steps below.
(mostly following the balloon tutorial notebook)
* define custom_function to create list[dict]
* DatasetCatal…
-
The mmdetection is epoch-based in training. The resampling strategy implemented in mmdetection is adjusting the number of each image within one epoch, according to the repeat factor. In this way, the …
-
## ❓ Questions and Help
Hi, I have tried to incorporate ```"coco_2017_testdev": ("coco/test2017", "coco/annotations/image_info_test-dev2017.json"),``` with ```detectron2/data/datasets/builtin.py```…
-
Hi there,
I run object_detection.ipynb on google-colab
when I train the model
```
!rm -rf $OUTPUT_PATH
!python -m object_detection.model_main \
--pipeline_config_path=$DATA_PATH/pipeline.c…
-
I am trying to do custom training on a dataset, which I label using labelme and is in COCO format.
```
#We are importing our own Trainer Module here to use the COCO validation evaluation during t…
-
## ❓ Questions and Help
Thanks for offering this api.
I can't open the website https://www.lvisdataset.org/,so I want to ask you how to get the dataset by this api or the instruction of this api.
T…
-
## Instructions To Reproduce the Issue:
CUDA_VISIBLE_DEVICES=0,1,2,3 python plain_train_net.py --num-gpus=1 --config-file=/..../detectron2/configs/COCO-Detection/faster_rcnn_R_50_FPN_3x.yaml
CUD…
-
Hi, please tell me what does this sentence mean? I am a little confused, thanks
-
Is the dataset first released by authors? where can I download the dataset you evaluated in your manuscript? Or is there any widely-accepted public dataset for multi-label long-tailed classification t…