object_detection_projects icon indicating copy to clipboard operation
object_detection_projects copied to clipboard

My public projects about object detection algorithms

Results 10 object_detection_projects issues
Sort by recently updated
recently updated
newest added

if __name__ == "__main__": log = utils.init_logging() if not os.path.exists(IMAGE_DIR): log.debug("Creating image directory `%s`...", IMAGE_DIR) os.makedirs(IMAGE_DIR) main() Output is: AttributeError: module 'utils' has no attribute 'init_logging' Did someone faced with...

How to run this code step by step? I'm newbie here in GitHub and I want to know how to run this program Thanks!

After the traffic_capacity.py reaches the end of the 'input.mp4' video file, it throws a StopIteration exception as follows: Traceback (most recent call last): File "traffic_capacity.py", line 72, in main() File...

Hi, I am getting error while trying to run traffic.py file from command prompt- assertion error : Cannnot find installation of ffmpeg

Hello Andrey, Thank a lot for this code it will be very useful for me. I have some questions. Why counting mistakes happen when I use this code on other...

Apologies this may be a really simple issue but when running pip install - r requirements.txt it cannot find the version on opencv-python version 3.2.0.7 saying only versions 3.4.2.16 and...

I don't know what is the mean of " [number of seconds to group by] " how can i do if i want to python plot.py ?

hi!i want to know what are your criteria for judging the capacity of the road and what is the percentage of the shadow area of the vehicle?

Hi. When running [Traffic counting with OpenCV.ipynb](https://colab.research.google.com/drive/12N4m_RYKqrpozRzh9qe7nQE_sIqQH9U8) notebook the error is raised ```python Training BG Subtractor... --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 20 21 # skipping...