-
[2022-05-31 02:44:25] [316241c6] [30] urllib3.connectionpool: http://192.168.2.109:8080 "GET /api/v1/allocations/7.ee72787d-c20e-4824-b0da-ef3e3287e708.1/signals/preemption?timeout_seconds=60 HTTP/1…
-
Hello, thx for your work. I was trying to train RetinaNet-FPN-PVTv2-B2-1x model on COCO2017, the reported mAP on val set is 44.6, but the results i got after training was only 33.5. Is there anything …
-
Hey,
I am getting a value error while training. I cloned coco dataset into colab using the command:
``%cd /content
!curl -L "https://public.roboflow.com/ds/TS1Gv1DctE?key=mqqgGIv57m" > robo…
-
i have changed the DetectoRS_mstrain_400_1200_r50_40e.py, coco.py, class_names.py to make classes, data root, roi head match. The following is the modified cofig file.
### Cofig File:
conv_cfg = …
-
Error in full training:
tools/train.py FAILED
=======================================
Root Cause:
[0]:
time: 2021-10-04_17:02:18
rank: 0 (local_rank: 0)
exitcode: 1 (pid: 921)
…
-
Hello,
I constructed my config file as follows using the guide provided; I use absolute paths as my data is not located in the project dir:
```
# The new config inherits a base config to highli…
-
Sir,
During the training of mmdetection using coco dataset, I am getting the following error :
-----------------------------------------------------------------------------------------------…
-
Hi all. When I run browse_dataset to test my dataset, I see in my error log that custom.py gets called (Where the __getitem__) method is not working. However, I do not see any explicit calls to this p…
-
e.g.
model = init_detector(config_file, checkpoint_file, device='cuda:0')
img = 'path/img.png'
result = inference_detector(model, img)
# TODO: NEED TO EXPORT RESULT AS JSON IN COCO FORMAT HERE
j…
-
**Describe the bug**
I have tried to create my own dataset class by following [this](https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/customize_dataset.md)
but I got this erro…