We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yolov7-mask/utils/loss.py", line 516, in build_targets gain[2:6] = torch.tensor(p[i].shape)[[3, 2, 3, 2]] # xyxy gain KeyError: 0
I have converted my coco format polygons to yolo format as explained here
I am using the mask branch from the repo. I tried to train and I am getting this error. Please help.
The text was updated successfully, but these errors were encountered:
@WongKinYiu Please take a look.
Sorry, something went wrong.
For training instance segmentation please use https://github.com/WongKinYiu/yolov7/tree/u7/seg. You could take a look of https://github.com/RizwanMunawar/yolov7-segmentation for training custom dataset.
Thanks for the update.
No branches or pull requests
I have converted my coco format polygons to yolo format as explained here
I am using the mask branch from the repo. I tried to train and I am getting this error. Please help.
The text was updated successfully, but these errors were encountered: