Object Detection
YOLO
YOLOv9
BootsofLagrangian commited on
Commit
55e671b
1 Parent(s): 306ac34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -83,6 +83,11 @@ or use `detect_dual.py` in yolov9 repo.
83
  python ./detect_dual.py --source [image_path] --device 0 --img 1280 --weights './ultima_yolov9.pt' --name ultima_yolov9_1280_detect
84
  ```
85
 
 
 
 
 
 
86
 
87
  # Statistics
88
 
 
83
  python ./detect_dual.py --source [image_path] --device 0 --img 1280 --weights './ultima_yolov9.pt' --name ultima_yolov9_1280_detect
84
  ```
85
 
86
+ # Training Infomation
87
+ - Batch Size: 32
88
+ - Resolution: 640
89
+ - Epochs: 300, chosen best mAP
90
+ - GPU: 1x A6000 48GB
91
 
92
  # Statistics
93