hafsaahmed96

Results 18 comments of hafsaahmed96

for integrating, I did some changes like setting inference graph loc to my location of inference graph, changing the model name to my model. After that, It was able to...

@ahmetozlu Please can you tell us what to do or what changes to do in order to get cumulative count of different objects after passing through ROI? We would be...

Sure. Is the model from Tensorflow? The main thing is to set the path of you frozeninferencegraph and labelmap correctly. Go to the folder tensorflow_object_counting_api-master folder which you would have...

One more thing, I downloaded from this https://github.com/ahmetozlu/tensorflow_object_counting_api instead of from this repo

@Bhuvan-MR Since I'm a beginner and it's my first time trying the model, unfortunately I can't guide you much. However, for faster RCNN, I did not use it directly. First,...

@amaadmirza No, I haven't solved the problem. I'm still looking for ways to get the class/ label name the moment it is detected so that I can store the count...

@ahmetozlu > * To be able to count different types of vehicles, please change the line#505 in visualization_utils.py then store each of the detected object with different variable and print...

My results are not being accurate. if three bikes pass through the ROI line, It detects one only. My test data is of more dense traffic. I want to get...

For example, these lines of codes are using detected vehicle image and comparing its axes to see if it crosses the line. How can I also send detected vehicle image's...

but how would I relate this label to the detected_vehicle_image argument given in the function in the above code. This function is responsible for comparing the position of the detected...