468 Commits

Author SHA1 Message Date
Laughing
e93a5fbff6
Fix RTDETR val_batch_pred () 2023-06-26 13:37:33 +02:00
Glenn Jocher
4e08e12256
Docker apt install gnupg g++ for lap () 2023-06-26 00:54:37 +02:00
Glenn Jocher
b5a2be8ca8
ultralytics 8.0.123 Ubuntu security and VideoWriter codec fixes () 2023-06-25 23:59:28 +02:00
Glenn Jocher
8b50b2a897
Fix video writing () 2023-06-25 23:11:00 +02:00
Glenn Jocher
9b00d37022
FROM ubuntu:lunar-20230615 and lap install fixes () 2023-06-25 21:05:38 +02:00
Glenn Jocher
ca2c8774d8
Add FastSAM docs page () 2023-06-25 14:08:19 +02:00
Glenn Jocher
15c027a9fc
Add torch.Tensor checks and pip badges ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-25 02:52:00 +02:00
Glenn Jocher
682c9ef70f
ultralytics 8.0.122 Fix torch.Tensor inference ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: krzysztof.gonia <4281421+kgonia@users.noreply.github.com>
2023-06-25 01:36:07 +02:00
Kayzwer
51d8cfa9c3
Fix RT-DETR exported onnx model ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-24 16:34:24 +02:00
Compunet
2f58b5821a
[Example] Add example application for .NET ()
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-06-24 15:57:59 +02:00
Glenn Jocher
5381fc8a58
Warn save disabled for torch inference () 2023-06-24 15:57:17 +02:00
Jieun Park
2ebd808b69
Increase NCCL timeout from 1 hour to 3 hours ()
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-06-24 15:56:18 +02:00
Glenn Jocher
137552996a
ultralytics 8.0.121 RTDETR fix and Docs updates () 2023-06-22 00:58:37 +02:00
Glenn Jocher
35c02c8319
Fix Pose export from YAML () 2023-06-21 18:04:22 +02:00
Laughing
9d1e5567de
[RTDETR]Fix val loss () 2023-06-20 17:59:04 +02:00
Glenn Jocher
d8701b42ca
ultralytics 8.0.120 CLI support for SAM, RTDETR ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-19 22:12:48 +02:00
Jeroen
2e8313b032
Allow setting MLFlow experiment name through env var ()
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-06-19 22:09:17 +02:00
Wang Xin
0632c88722
Update datasets/classify/index.md Docs ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-19 22:06:47 +02:00
Sergiu Waxmann
e9205974ff
Docs: add docs for HUB models ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-19 21:55:30 +02:00
Laughing
eda7758521
[RTDETR]fix "Grad strides do not match bucket view strides" when training with DDP () 2023-06-19 16:09:06 +02:00
Glenn Jocher
58bccb1a9f
Add CLI support for SAM, RTDETR () 2023-06-18 22:47:33 +02:00
Glenn Jocher
4c2033d7c3
Uninstall wandb from notebook environments ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 16:09:46 +02:00
Glenn Jocher
064d48eff9
ultralytics 8.0.119 RTDETR Trainer and ViT Docs ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 03:52:08 +02:00
Glenn Jocher
bba7cf55a0
Fix data.yaml absolute path bug () 2023-06-18 03:35:24 +02:00
Glenn Jocher
9d38d2b044
Fix Classify confusion matrix () 2023-06-18 03:07:45 +02:00
Glenn Jocher
9c44560ec4
Return save_dir with prediction results () 2023-06-18 02:34:31 +02:00
Glenn Jocher
15c90bd404
Default classify training to pretrained=True () 2023-06-18 02:31:05 +02:00
Glenn Jocher
e78fb683f4
default.yaml type comments ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 01:24:59 +02:00
Glenn Jocher
21df296425
Fix PIL getsize() deprecation warning ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 20:10:47 +02:00
Glenn Jocher
c8441a5422
Fix scipy.ndimage.filters deprecation warning () 2023-06-17 19:53:41 +02:00
Glenn Jocher
d3ca3e4b9b
Fix Pose val plotting bug () 2023-06-17 19:35:19 +02:00
Glenn Jocher
1e5702a5b5
Add Ultralytics ViT Docs ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 16:44:41 +02:00
Glenn Jocher
bd0f7ecf6f
Docstrings arguments cleanup ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 16:17:07 +02:00
Sergiu Waxmann
62916b3b0a
docs: add docs for hub datasets ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-17 14:05:41 +02:00
Ayush Chaurasia
a0ba8ef5f0
Add RTDETR Trainer ()
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: Laughing-q <1185102784@qq.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
2023-06-17 13:46:18 +02:00
Glenn Jocher
03bce07848
Build reference for missing __init__.py files () 2023-06-17 13:31:46 +02:00
Glenn Jocher
0dfafaf39b
Fix batch=-1 for exports ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 01:07:24 +02:00
Glenn Jocher
d69a1e8046
Update save_dir on new predict args () 2023-06-16 19:59:46 +02:00
Glenn Jocher
431fad6834
Update Dockerfile-jetson () 2023-06-16 18:06:58 +02:00
Glenn Jocher
d6e2ec1483
Jetson Docker fix opencv-python>=4.5.0 () 2023-06-16 15:10:36 +02:00
Glenn Jocher
a5a34af2f4
ultralytics 8.0.118 updated Docs, OS and DDP fixes ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-16 02:30:58 +02:00
Dhruv Nair
a0fa99c4db
Comet Updates ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-16 02:06:28 +02:00
Bruno Arine
0d91d6df6e
Add world_size check before setting up DDP train () 2023-06-16 02:05:15 +02:00
Glenn Jocher
f8e1dcc43f
Fix operating system to list () 2023-06-16 02:04:31 +02:00
Glenn Jocher
0a229bd40f
Add patches section and fix Docs CI () 2023-06-15 21:44:25 +02:00
Sergiu Waxmann
2f02d8ea53
Docs updates for HUB, YOLOv4, YOLOv7, NAS ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-15 21:17:10 +02:00
Glenn Jocher
c340f84ce9
ultralytics 8.0.117 NAS export, classify and tasks banner URL fixes ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-12 20:14:46 +02:00
Laughing
b59342b81c
Fix platform set to tuple ()
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-12 10:35:37 +02:00
Glenn Jocher
f4e8b39fc2
ultralytics 8.0.116 NAS, DVC, YOLOv5u updates ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-11 20:39:32 +02:00
Glenn Jocher
095b856e75
Add inference API to CI ()
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-11 19:47:01 +02:00