-
ModuleNotFoundError Traceback (most recent call last)
in ()
1 import json
----> 2 import trt_pose.coco
3
4 with open('/trt_pose/tasks/human_pose/human_po…
-
After installing all the packages, when I ran train_model.py, I got this error:
2.0.0-dev20190519
loading annotations into memory...
Traceback (most recent call last):
File "train_model.py", li…
-
### Prerequisite
- [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help.
- [X] I have read the [FAQ documentation](https://…
-
I trained a model with AVA format custom dataset after 20 epochs, during training it seemed to work well and even there were some bugs and I thought I had fixed them. I used one of checkpoint models …
-
How to obtain the output results of RPN in the latest version (many proposals before NMS) or visualize it?
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce…
-
I'm training my own dataset with mask scoring rcnn. When I run with "configs/e2e_ms_rcnn_R_50_FPN_1x.yaml", error occurred.
error to do with training:
Traceback (most recent call last):
File "tools…
-
Hello there,
i'd like to train a model with just the 6 keypoints that are relevant for me. Therefore i trained a Mask R-CNN via Detectron on the COCO Dataset reduced to the 6 keypoints. Your Paper su…
-
Please help me
I tried to train my coco data with jupyter notebook, and when I imported pycocotools, the instances_train2017.json was loaded into memory
`from pycocotools.coco import COCO`
`dat…
-
We improved the script so that it converts the COCO keypoints format to YOLOv8 format.
https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py
```
if use_keypoints:
k …