yolov5/utils
Glenn Jocher 8c326a1edf
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309)
* Meshgrid `indexing='ij'` for PyTorch 1.10

Will not merge currently as breaks backwards compatibility.

* Meshgrid `indexing='ij'` for PyTorch 1.10

Will not merge currently as breaks backwards compatibility.

* Add check_version hard argument

* Update comment
2021-11-01 14:33:08 +01:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
flask_rest_api Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
google_app_engine Add pre-commit CI actions (#4982) 2021-10-28 18:35:01 +02:00
loggers Update sweep.py (#5402) 2021-10-29 19:21:59 +02:00
__init__.py Update `sys.path.append(str(ROOT))` (#4852) 2021-09-18 15:02:08 +02:00
activations.py Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
augmentations.py Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309) 2021-11-01 14:33:08 +01:00
autoanchor.py Refactor `Detect()` anchors for ONNX <> OpenCV DNN compatibility (#4833) 2021-10-11 09:58:42 -07:00
autobatch.py Add `autobatch` feature for best `batch-size` estimation (#5092) 2021-10-25 13:56:13 +02:00
callbacks.py Optimised Callback Class to Reduce Code and Fix Errors (#4688) 2021-09-07 18:32:15 +02:00
datasets.py Add pre-commit CI actions (#4982) 2021-10-28 18:35:01 +02:00
downloads.py Update autodownload fallbacks to v6.0 assets (#5177) 2021-10-13 19:58:38 -07:00
general.py Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309) 2021-11-01 14:33:08 +01:00
loss.py Add pre-commit CI actions (#4982) 2021-10-28 18:35:01 +02:00
metrics.py Adjust legend labels for classes without instances (#5174) 2021-10-14 11:57:00 -07:00
plots.py Add pre-commit CI actions (#4982) 2021-10-28 18:35:01 +02:00
torch_utils.py Fix MixConv2d() remove shortcut + apply depthwise (#5410) 2021-10-30 13:38:51 +02:00