airctic / icevision

An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
https://airctic.github.io/icevision/
Apache License 2.0
845 stars 149 forks source link

Add YOLOv7 #1141

Open medphisiker opened 2 years ago

medphisiker commented 2 years ago

🚀 Feature

Is your feature request related to a problem? Please describe. Unfortunately, I do not know if there will be problems with integrating code from this repository link

Describe the solution you'd like There is a very cool repository with YOLOv7 link. It will be very cool if you append YOLOV7. According to the rating of neural networks-detectors for real time link, YOLOv7 is the best.

Describe alternatives you've considered I think the alternative is YOLOv5, which is already in your framework. Or we just can use YOLOv7 separately.

Additional context This neural network is also perfectly ported to ONNX and TensorRT. The creator already provides a convenient class for the inference of this neural network converted to TensorRT link.