WongKinYiu/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
PythonGPL-3.0
Issues
- 1
AssertionError
#634 opened by Harsh1456 - 0
- 2
- 2
- 2
Issue with training yolov9-c-dseg
#627 opened by synthdatagit - 2
Clarification on GPLv3 Licensing for YOLOv9 in a Commercial and R&D Context
#623 opened by ProfessorHT - 2
Training error: due to torch.load(weights, map_location='cpu') - Weights only load failed.
#632 opened by karishmathumu - 0
How to do torch pruning with Yolov9
#631 opened by ChangYuance - 0
How to calculate PQ in Panoptic Segmentation
#630 opened by XiaowoXuSAR - 1
Issue with relative paths in data.yaml file when trying to train yolo custom model #333
#603 opened by bruhbot-dev - 3
About Muilti-GPU
#619 opened by Godk02 - 0
when I continue train yolov9-extensive on my specific dataset, the model fails to detect some categories and differs in each training experiment
#626 opened by linzangsc - 0
pycocotools unable to run: [Errno 2] No such file or directory: 'C:\\yolov9\\annotations\\instances_val2017.json'
#625 opened by Mengtong04 - 1
The difference between yolov9-t.yaml and gelan-t.yaml The difference between yolov9-s.pt and yolov9-s-converted. pt
#624 opened by ustbzz - 0
YOLOv9 reparameterization problem
#622 opened by plotsteel - 0
Export to engine fail error
#621 opened by dsbyprateekg - 1
Export to Tensorflow problems
#610 opened by zlelik - 7
yolo.py:108: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs!
#591 opened by HZW-WW - 0
- 2
为什么这里gelan的性能要远强于ultralytics中的gelan的性能
#618 opened by Godk02 - 2
map is lower than 38.3
#605 opened by yuedongli1 - 0
Bounding Box Width Regression Issue for Text Detection on x-axis in YOLO
#617 opened by eslamahmed235 - 12
目前我使用yolov9-t已经完成了500轮次的训练,但是模型还没有收敛。我想继续训练该模型,应该怎么做?
#600 opened by ljwiii - 1
pred_distri, pred_scores = torch.cat([xi.view(feats[0].shape[0], self.no, -1) for xi in feats], 2).split( RuntimeError: shape '[65, 65, -1]' is invalid for input of size 416000
#588 opened by HZW-WW - 0
Error Wrists_Size
#615 opened by MBP84 - 0
KeyError: 'obj' During YOLOv9 Training Continuation
#613 opened by 4-alok - 0
Yolov9c-seg Orin AGX performance
#612 opened by SMDIndomitable - 0
what is reparameterization
#611 opened by KeJHweb - 0
- 0
yolo9 如何部署到 torchserve ?
#609 opened by Tian14267 - 0
- 0
- 1
- 0
Error on exporting to tflite
#602 opened by rgyan619 - 0
Validation same image width and height?
#601 opened by auggieFT - 0
How to continue training the non converged model?
#599 opened by ljwiii - 0
- 0
- 0
- 0
Smart Optimizer
#594 opened by to505to505 - 0
YOLOv9s and YOLOv9t
#593 opened by jiangsu415 - 0
imgsize setting
#592 opened by Nicoleyk - 0
Precision and Recall for masks
#590 opened by to505to505 - 0
freeze do not work
#589 opened by Zigars - 0
Quantization for YOLOv9 Segmentation Models
#587 opened by GokceSengun - 0
About Neck
#586 opened by datnguyen-tien204 - 0
Train using yolov9 item item
#585 opened by anaduaa - 1
RunTimeWarning: os.fork() was called
#583 opened by MsAnitaAli - 0
- 1
Hello, why is the pooling layer placed before the convolution layer in downsampling, while I've learned that it's usually placed after? What advantages does this approach offer?
#580 opened by magic524