positive666/Deepstream_Project

Need help regarding Yolov5 Architecture

abh1sh5k opened this issue · 4 comments

I was working on fish detection and tracking system in 3 dimensions using MS Kinect, and used yolov5s for rgb frames. I wanted to experiment a bit with the architecture
of yolov5, but as a beginner i am struggling to find the relation between the arguments in the classes used in common.py and the arguments used in yaml
file in the ultralytics repo.

PS : If you can add in some resources from where i can learn about the architecture and layers, then it would really help. Thank you !

@positive666 I want to add some layers in the yolov5s.yaml file. But I could not understand the arguments to be passed in that layer.

Ok Thanks... Got it...