-
Hello!
I am trying to run `demo/demo_mot_vis.py` with my own bounding boxes from [MTA dataset](https://github.com/schuar-iosb/mta-dataset). Authors of MTA dataset provide script to convert it into CO…
-
I use the HTC model with semantic_feature_fused model and the HTC without semantic_feature_fused model to train the same dataset(MSCOCO format with only one class), and the result look nothing differe…
-
Hi,
I'm facing problems running the training according to the instructions on the home page wiki.
The training starts and then it it throws out of memory error. To prevent that, I changed my bat…
-
环境是用dockerfile 构建的,应该没问题。
我要训练faster-rcnn模型,这是我的数据目录,
```
my_faster_rcnn_data/
├── train
……
│ ├── aafa46eb-99b9-499f-ad82-6c23270cc923.jpg
│ ├── aafa46eb-99b9-499f-ad82-6c23270cc923.tx…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
/root/anaconda3/bin/python3 /home/workspace/xzy/solov2/AdelaiDet-master/tools/train_net.py --config-file /home/workspace/xzy/solov2/AdelaiDet-master/configs/SOLOv2/R50_3x.yaml --num-gpus 1 --resume OU…
-
At Facebook we are building a data reading framework for PyTorch which can efficiently read from data stores like Hive, MySQL, our internal blob store and any other tabular data sources. The framework…
-
Hi, thank you for your great work. I have a question about processing Human3.6M dataset. The question occurs when I vis the joints_2d value of one frame. For example, in
```python
img = cv2.imread(…
-
I am extening the Pytorch coco dataloader, in order to support my custom coco tagged datasets.. and when I goto evaluate this data in pycocotools.. an assertion fails. Am I loading the data incorrect…