Glenn Jocher
f5429260ca
PyTorch Hub and autoShape update ( #1415 )
* PyTorch Hub and autoShape update
* comment x for imgs
* reduce comment
il y a 4 ans
Glenn Jocher
fe341fa44d
Utils reorganization ( #1392 )
* Utils reorganization
* Add new utils files
* cleanup
* simplify
* reduce datasets.py
* remove evolve.sh
* loadWebcam cleanup
il y a 4 ans
Glenn Jocher
c4addd7761
Unified '/project/name' results saving ( #1377 )
* Project/name update
* Update ci-testing.yml
* address project with path separator failure mode
* Project/name update
* address project with path separator failure mode
* Update ci-testing.yml
* detect.py default --name bug fix
* missing rstrip PR
* train/exp0 to train/exp
il y a 4 ans
weida wang
04081f8102
Trailing --save-txt whitespace bug fix ( #1374 )
* update Write results
* Update detect.py
* Update test.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Khiem Doan
1c8464e199
Use pathlib instead of low-level module ( #1329 )
* Use pathlib instead of low-level module
* Use pathlib instead of low-level module
* Update detect.py
* Update test.py
* reformat
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
81d320109f
--save-txt store_true fix ( #1323 )
il y a 4 ans
Glenn Jocher
4821d076e2
Increment train, test, detect runs/ ( #1322 )
* Increment train, test, detect runs/
* Update ci-testing.yml
* inference/images to data/images
* move images
* runs/exp to runs/train/exp
* update 'results saved to %s' str
il y a 4 ans
oleg
19c8b2c9b9
Adding --save-dir and --save-conf options to test.py ( #1182 )
* Adding --output and --save-conf options to test.py
* Update help fields
* Update test.py
* Make arguments and comments uniform with test.py
* Remove previous and print save_dir on finish
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Osama Akhtar
83deec133d
Add confidence score to label txt files ( #994 )
* add contrast to conf/class against bbox rectangle color
* added feature to save conf in txt labels
* Update general.py
* Update detect.py
* Update detect.py
* Update detect.py
save_conf variable removed as only used once, so we can use opt.save_conf instead.
* Update detect.py
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
3b57cb5641
Simplified inference ( #1153 )
il y a 4 ans
Glenn Jocher
4d3680c81d
Minor import and spelling updates ( #1133 )
il y a 4 ans
Frederik
d11504aee1
Remove image open on macos ( #1086 )
* added option to not open on save
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
stone99
b8f656742d
feat: add rtmp support ( #1009 )
* feat: add rtmp support
* Update detect.py
pass tuple to source.startswith()
Co-authored-by: ryan.fu <ryan.fu@aylaasia.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
82ed33a052
generalize webcam detection with opt.source.isnumeric() (yolov3 #1462 )
il y a 4 ans
Glenn Jocher
f5da528d28
reformat code
il y a 4 ans
NanoCode012
0892c44bc4
Fix Logging ( #719 )
* Add logging setup
* Fix fusing layers message
* Fix logging does not have end
* Add logging
* Change logging to use logger
* Update yolo.py
I tried this in a cloned branch, and everything seems to work fine
* Update yolo.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
7875f4c1fb
reverse plotting low to high confidence
il y a 4 ans
Glenn Jocher
9f482cbcb8
utils.general comment updates/bug fixes
il y a 4 ans
hopesala
d0d3dd1040
Update detect.py ( #629 )
* Update detect.py
Update print info for relative path and absolute
otherwise the info below is misleading
Results saved to /workspace//output_path
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
lorenzomammana
728efa6576
Fix missing imports ( #627 )
* Fix missing imports
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Jirka Borovec
d5b6416c87
Explicit Imports ( #498 )
* expand imports
* optimize
* miss
* fix
il y a 4 ans
Glenn Jocher
43a616a955
PyTorch 1.6.0 compatability updates
il y a 4 ans
Glenn Jocher
fe094333e8
Update utils.py strip_optimizer() ( #509 )
Follow-on update that I missed adding into PR 509.
il y a 4 ans
Glenn Jocher
02445d176d
improved model.yaml source tracking
il y a 4 ans
Glenn Jocher
78c9420e09
--classes bug fix #387
il y a 4 ans
Glenn Jocher
094079bd26
update detect.py --class argument #387
il y a 4 ans
Glenn Jocher
e8cf24b6c8
Initial model ensemble capability #318
il y a 4 ans
Glenn Jocher
a40f615c6f
.half() bug fix
il y a 4 ans
Glenn Jocher
04bdbe4104
fuse update
il y a 4 ans
Glenn Jocher
2541f77946
update detect.py
il y a 4 ans
Glenn Jocher
1fdaa4987b
update detect.py
il y a 4 ans
Glenn Jocher
659ad748c8
update get_voc.sh
il y a 4 ans
Glenn Jocher
5323ad224d
export.py update
il y a 4 ans
Glenn Jocher
a62a1c2c67
export.py update
il y a 4 ans
Glenn Jocher
a9dc0c2c29
update check_img_size() for model strides
il y a 4 ans
Russ Ferriday
0d5065d3b9
Remove non-ascii that breaks pdb single-stepping
il y a 4 ans
Glenn Jocher
8c5b6220f5
Update detect.py
il y a 4 ans
Glenn Jocher
496ec33a33
Update detect.py
Added some recent updates that were missing, and updated the filename with an if else.
il y a 4 ans
Anish Hiranandani
68f63616b3
Fix after suggestion
il y a 4 ans
Glenn Jocher
b50fdf16af
model.names multi-GPU bug fix #94
il y a 4 ans
Glenn Jocher
227aa735dc
updates
il y a 4 ans
Glenn Jocher
6c1b87a42e
update google_utils import
il y a 4 ans
Glenn Jocher
bbd12c7cfe
detect.py fast bug fix
il y a 4 ans
Lornatang
2368603484
fix refrence bug
In torch==1.5, the import of the API has changed. Although it does not interrupt the operation of the program, it seems to me to be an implicit error and may throw an exception in later versions.
il y a 4 ans
Glenn Jocher
76ca367a01
FP16 to FP32 ckpt load
il y a 4 ans
Glenn Jocher
111994956e
switch default inference to FP16 on GPU
il y a 4 ans
Glenn Jocher
260b1729f0
FP16 inference update
il y a 4 ans
Glenn Jocher
099e6f5ebd
--img-size stride-multiple verification
il y a 4 ans
Glenn Jocher
ad71d2d513
update times to end-to-end latency (inference + NMS)
il y a 4 ans
Glenn Jocher
c14368d768
new CSP model release
il y a 4 ans