yolov5/utils
Yonghye Kwon 2c35c1b318
Limit detections without explicit if condition (#10502)
* limit detections without explicit if condition

Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* cleanup indexing code for limit detections

Signed-off-by: Yonghye Kwon <developer.0hye@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-18 13:03:01 +01:00
..
aws
docker FROM nvcr.io/nvidia/pytorch:22.11-py3 (#10279) 2022-11-24 16:34:14 +01:00
flask_rest_api Allow multiple-model serving from Flask REST API (#8973) 2022-08-15 23:42:25 +02:00
google_app_engine
loggers Update Comet hyperlinks (#10500) 2022-12-15 13:56:42 +01:00
segment `process_mask_native()` cleanup (#10366) 2022-12-03 14:41:08 -08:00
__init__.py Add `join_threads()` (#10086) 2022-11-15 16:27:07 +01:00
activations.py
augmentations.py Copy-Paste zero value fix (#10152) 2022-11-14 18:54:49 +01:00
autoanchor.py New global `TQDM_BAR_FORMAT` (#10211) 2022-11-18 21:39:13 +01:00
autobatch.py AutoBatch report include reserved+allocated (#9491) 2022-09-19 12:18:55 +02:00
callbacks.py Daemon `plot_labels()` for faster start (#9057) 2022-08-21 03:47:37 +02:00
dataloaders.py Support `.txt` files as a line-by-line media list rather than streams (#10059) 2022-12-03 14:58:58 -08:00
downloads.py YOLOv5 v7.0 release updates (#10245) 2022-11-22 16:23:47 +01:00
general.py Limit detections without explicit if condition (#10502) 2022-12-18 13:03:01 +01:00
loss.py
metrics.py Eliminate unused `ConfusionMatrix.matrix()` method (#10309) 2022-11-29 19:32:34 -08:00
plots.py Fix & speed up segment plot (#10350) 2022-12-01 08:39:24 -08:00
torch_utils.py Squeezenet reshape outputs fix (#10222) 2022-11-19 16:44:56 +01:00
triton.py Detect.py supports running against a Triton container (#9228) 2022-09-24 00:56:42 +02:00