Commit Graph
48 Commits
Author SHA1 Message Date
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
8f79ce45c1 Fix conversion ops using clone and copy (#4438)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-20 13:15:37 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
60cad0c592 Cleanup tracker and remove unused functions (#4374)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-15 20:18:39 +02:00
LaughingandGitHub b73f9b13df Fix incorrect device selection when resuming training (#4301) 2023-08-11 14:32:39 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
29ace4982d Add "assert len(labels)" catch (#4257)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-10 00:15:14 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
e9c9b82c42 Fix save_hybrid (#4245)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-09 18:51:21 +02:00
dbdea24955 ultralytics 8.0.144 fix SAM predict() results (#4027)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-29 16:37:59 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
1a0eb3f099 ultralytics 8.0.143 add Model base class (#3934)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-27 00:54:02 +02:00
7137872f8e Clip boxes in tracker (#3950)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-25 15:58:21 +02:00
4329269c4e Update augment in validator (#3943)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-25 15:56:15 +02:00
LaughingandGitHub 0c20a1d18d Fix imgsz in docs to integer to train, val (#3941) 2023-07-25 15:54:07 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
620f3eb218 ultralytics 8.0.136 refactor and simplify package (#3748)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-16 17:47:45 +02:00
LaughingandGitHub a254087fcd [pose]fix flip_idx (#3577) 2023-07-07 14:03:30 +02:00
LaughingandGitHub 8c0a7440df [RTDETR]fix mosaic<1.0 (#3518) 2023-07-04 10:09:17 +02:00
LaughingandGitHub e93a5fbff6 Fix RTDETR val_batch_pred (#3392) 2023-06-26 13:37:33 +02:00
LaughingandGitHub 9d1e5567de [RTDETR]Fix val loss (#3280) 2023-06-20 17:59:04 +02:00
LaughingandGitHub eda7758521 [RTDETR]fix "Grad strides do not match bucket view strides" when training with DDP (#3255) 2023-06-19 16:09:06 +02:00
b59342b81c Fix platform set to tuple (#3136)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-12 10:35:37 +02:00
LaughingandGitHub 31281400dd Simplify remove_zero_areas() function (#3060) 2023-06-07 08:13:56 +02:00
LaughingandGitHub f502b50365 fix overlap_mask in SegmentationLoss (#2985) 2023-06-04 22:35:33 +02:00
LaughingandGitHub bb5bbc2893 Fix keypoints.conf update Results docs (#2977) 2023-06-04 22:33:17 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
c050b2d1a8 Task augment (#2924)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-01 00:41:10 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
f4b34fc30b Fix save_txt in track mode and add Keypoints and Probs (#2921)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-01 00:40:10 +02:00
305cde69d0 Update generate_ddp_file for improved overrides (#2909)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-05-30 19:41:44 +02:00
ef1eff8830 Fix numpy FP64 bug in augmentation (#2841)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-05-28 16:21:59 +02:00
LaughingandGitHub ff211f4037 fix loss (#2614) 2023-05-15 12:09:34 +02:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn JocherAyush Chaurasia
ed6c54da7a Integrate ByteTracker and BoT-SORT trackers (#788)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2023-02-15 20:23:03 +04:00
LaughingandGitHub 2e7a533ac3 Return metrics, Update docs (#846) 2023-02-08 01:33:25 +04:00
dc9502c700 fix overlap_mask (#651)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-01-26 20:42:40 +01:00
LaughingandGitHub db26ccba94 fix im_files (#460) 2023-01-18 11:26:17 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn JocherIzam MohammedYue WANG 王跃Thibaut Lucas
c42e44a021 Release 8.0.5 PR (#279)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Izam Mohammed <106471909+izam-mohammed@users.noreply.github.com>
Co-authored-by: Yue WANG 王跃 <92371174+yuewangg@users.noreply.github.com>
Co-authored-by: Thibaut Lucas <thibautlucas13@gmail.com>
2023-01-12 17:09:26 +01:00
LaughingandGitHub 53fa0f4550 Fix __len__ and single_cls (#249) 2023-01-11 11:25:10 +01:00
LaughingandGitHub 5e290e0d28 fix dataset (#167) 2023-01-09 21:55:20 +05:30
LaughingandGitHub 20fee4100c Minor fixes (#162) 2023-01-09 13:41:34 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
c985eaba0d Fix segment coco val (#156)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-08 13:51:10 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
19334ebb16 Clean validator (#144)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-01-05 14:14:01 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
340376f7a6 Fix resume (#138)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-03 18:36:22 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
a9dc1637c2 Mask pycocotools (#116)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-29 18:01:03 +01:00
401bc15345 fix cache in new loader (#112)
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2022-12-29 15:06:28 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
8406b49b49 Integration of v8 segmentation (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-12-28 16:01:38 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
5c6d11bdb2 Allocated updated pycocotools metrics fix (#101)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-12-27 15:49:13 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Ayush Chaurasia
7690cae2fc add a naive DDP for model interface (#78)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2022-12-19 13:24:39 +08:00
LaughingandGitHub e629335f6d Revert augment_hyps (#70) 2022-12-09 15:49:53 +05:30
LaughingGitHubayush chaurasiapre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
d63ee112d4 General cleanup (#69)
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-12-08 19:58:13 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fbeeb5d1e1 add resuming (#63)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 08:26:41 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>ayush chaurasia
3a241e4cea update segment training (#57)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
2022-11-29 17:00:08 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
47f1cb3ef4 Fix some cuda training issues of segmentation (#46)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-17 18:14:02 +05:30
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Glenn Jocher
c617ee1c79 Fix dataloader2 (#35)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-11-08 12:47:25 +01:00
LaughingGitHubpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2e9b18ce4e Fix dataloader (#32)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-04 13:30:40 +05:30