-
I'm trying to train a key points detection model using COCO format as follows
```
...,
annotations: [
{
...,
"keypoints": [x1,y1,v1,...,x4,y4,v4],
"num_keypoints…
-
I tried the following:
python export.py --weights yolov7-mask.pt --grid --end2end --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640
But I get this error:
Starting ex…
-
Hello, im a newbie in AI and computer vision. I encountered this problem when trying to run the instance segmentation yolov7 ipynb inside the 'tools' file, but then i couldn't find any relevant functi…
-
Training outputs error if mosaic is set to 0, 0.5, or any number.
i use this command to run the training for yolo mask in branch u7
`python segment/train.py --data data/mangrove_forest_tile_v2_orig…
-
detect by this weight:
![image](https://user-images.githubusercontent.com/33318353/210682880-c47fdd72-d84d-4b72-aeda-29aec0123776.png)
result:
![image](https://user-images.githubusercontent.com/333…
-
Hi! While trying to train a **YOLO-Mask** with a **Swin-Tiny** backbone, I found out that the _Overhead_ class in `yolov7/modeling/meta_arch/yolomask.py` requires a 4-dimensional input shape, while th…
-
1. @WongKinYiu Hi, first of all thank you for adding the u7 branch. I have manage to train on custom dataset using transfer learning. However i encountered an error at the end of training, i am not s…
-
**Describe the issue**:
When i pruned yolov7 model, i met this error:
“
Traceback (most recent call last):
File "/home/shihuiyu/yolov7-main/prune.py", line 750, in
train(hyp, opt, devi…
-
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_…
-
I have trained and received the weights file after training but i am unable to predict i am newbie just exploring any help is appreciated i am using this command
!python predict.py --img 640 --conf 0…