-
## ❓ Questions and Help
When I execute python3 tools/test_net.py --config-file configs/e2e_mask_rcnn_R_101_FPN_1x.yaml
Traceback (most recent call last):
File "tools/test_net.py", line 114…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
-…
-
# Coco Format parsing for EDA (just paste and use this!)
```python
#import libraries
import json
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib
import numpy as np
import…
-
hi, when i try to train a quant model using config`detectron2/configs/COCO-Detection/retinanet_R_18_FPN_1x-Full-SyncBN-lsq-2bit.yaml`, and the loss became `nan` at iterations 390
```bash
-- Proces…
-
hi,
I just found out, that all images in the query list are also in the database list, which is not allowed for fair validation.
thanks
-
I was able to train the e2e ResNet101 model for key point and bounding box detection using COCO 2014 data, but the model accuracy is abysmal compared to what was achieved in the model zoo.
I used 2…
-
Hello,
Could you help me to fix the issues in the below script to be able to check YOLO results instead of (Faster/Mask R-CNN)?
I want to check YOLO-V5 which is developed using this community: h…
-
Hello,when rendering output in image like this:
```
if __name__ == "__main__":
#net = load_net("cfg/densenet201.cfg", "/home/pjreddie/trained/densenet201.weights", 0)
#im = load_image("dat…
-
## Issue description
Attempting to run Detectron 2, getting the above error
## Code example
python demo.py –config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml --web…
-
Traceback (most recent call last):
File "D:\python document\DiffusionTrack-main\tools\convert_ethz_to_coco.py", line 25, in
img_paths, label_paths = load_paths(DATA_FILE_PATH)
File "D:\pyt…