Skip to content

Icy3D/hello-coco-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-coco-py

A simple python application using opencv, tensorflow and coco models to show some basic object detection on video streams. The application also lets you remove the camera distortion by adjusting the camera parameters - manually or via predefined parameters.

Coco models detected within video streams

IDE

This is a PyCharm project. Just launch the IDE and open the root folder of this project.

Pre-Requisites

This project was developed on win 10 but I don't see any reason why it wouldn't run on other OS. You need to have installed:

  • CUDA 9 or 10 with respective cuDNN version

Compatible Versions

The project runs successfully with the following packages

  • tensorflow-gpu
    • tensorflow-gpu 1.12 → requires CUDA 9.x
    • tensorflow-gpu 1.13+ → requires CUDA 10.x
  • opencv-python 4.0.0.21

About

A simple python application using opencv, tensorflow and coco models to show some basic object detection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages