-
Hi Aarohi @AarohiSingla :
Thank you for your video about .
Can you give me format conversion.py, because the link "https://github.com/WongKinYiu/yolov7/issues/1103" can't find the code, thank you.
-
Waiting for yolov7 instance segmentation
-
Hello, I noticed that results generated by `test.py` and by `cocoeval.py` do not match:
https://github.com/WongKinYiu/yolov7/blob/072f76c72c641c7a1ee482e39f604f6f8ef7ee92/test.py#L225
https://gi…
-
Hello,
Thanks for releasing YOLOv7!
I'm failing to reproduce the results of the tiny model.
The goal is this blue point:
![image](https://user-images.githubusercontent.com/20153650/179744772-b…
-
Yolo requires `class_id center_x center_y width height` annotation format, a bounding box. However for many dataset bounding box is not available. Most crowed counting dataset such as [ShanghaiTech](h…
-
### 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://…
-
can you test the mAP of Yolov7 in coco2017val with TensorRT? Thank you.
-
Hello.
I want to set a ignore classes in training.
For example, the number of classes in my dataset is 20, but when I learn yolov7, I use only 15 classes.
What should I do to do learning yolov7 tha…
-
When I was implementing the train.py of yolov7 instance segmentation, I encountered that yolo.py could not recognize the 'Refine' parameter in yolov7-mask.yaml. How can I solve this problem?
look h…
-
I'm trying to start a training on the u7 branch for Instance Segmentation, but getting an error and can't figure out what it refers to.
```
Starting training for 300 epochs...
Epoch GPU_…