Hello erik ,
Thank you for your clarification. This makes sense. I will try running $ python3 2-crop_highres.py -cnn "name of the model I would like to use"
. Here I would like to ask which model should I use since I do not see any specific vehicle detection model in the repo (vehicle-detection-0202
like this one or vehicle-detection-adas-0002
this one mentioned before)
Going into the model, from our previous conversations, I would like to use a vehicle detection model with the gen2-people-counter
logic (for the count part).
So bringing it all together finally - what would be my steps in making this 2-crop_highres.py
script to acquire the correct functionality?
line 17
input the required frame size
line 32
add the name of the model - this is the model detecting the cars. So a vehicle detection model. However, in the repo I do not see the vehicle-detection-0202
model as discussed before.
line 10
- change the list to contain only vehicle
- Add the counting logic
Is this what you kind of had in mind or am I on the right path?
Patiently awaiting your response.
Thank you for your help.
M Ridwan.