yolov5/models
Glenn Jocher 2da6444c92
Fix for `python models/yolo.py --profile` (#4541)
Profiling fix copies input to Detect layer to circumvent inplace changes to the feature maps.
2021-08-25 21:23:28 +02:00
..
hub Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
__init__.py add "__init__.py" file in <models> folder 2020-06-15 14:37:07 +08:00
common.py Add `SPPF()` layer (#4420) 2021-08-15 14:28:35 +02:00
experimental.py Add TensorFlow and TFLite export (#1127) 2021-08-17 13:18:16 +02:00
tf.py Add TensorFlow and TFLite export (#1127) 2021-08-17 13:18:16 +02:00
yolo.py Fix for `python models/yolo.py --profile` (#4541) 2021-08-25 21:23:28 +02:00
yolov5l.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov5m.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov5s.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov5x.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00