marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.42k stars 350 forks source link

Create a dependencies file #165

Closed Emmanuel-Messulam closed 2 years ago

Emmanuel-Messulam commented 2 years ago

Installing on a Xavier we've had to update numpy, scipy and install tqdm, seaborn and a few other dependecies, please add them to a dependencies file.

marcoslucianops commented 2 years ago

The requirements are available in model repo. YOLOv5: https://github.com/ultralytics/yolov5/blob/master/requirements.txt YOLOR: https://github.com/WongKinYiu/yolor/blob/main/requirements.txt