Original repo: https://github.com/Linaom1214/TensorRT-For-YOLO-Series, https://github.com/WongKinYiu/yolov7
conda create -n <YOUR_ENV_NAME> python==3.10
pip install -r ./yolov7/requirement.txt
FOLLOW https://github.com/Linaom1214/TensorRT-For-YOLO-Series TO INSTALL TensorRT
python ./yolov7/detect.py
python ./TensorRT-For-YOLO-Series/trt.py
python ./yolov7/detect.py --weight <your_weight> --source <your_inference_video>
FOLLOW https://github.com/Linaom1214/TensorRT-For-YOLO-Series