theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
339 stars 179 forks source link

How to add a noise filtering function as a Pre-processing step before object detection run? #6

Open kusalhasintha opened 4 years ago

kusalhasintha commented 4 years ago

Hi, I want to add a noise filtering step to increase the object detection accuracy. Therefore please tell me how to add a function cv2.medianBlur() to the code given?