Skip to content

Tensorflow object detection. Training the model by following the steps from the documentation and building a custom model for object detection in an image.

Notifications You must be signed in to change notification settings

Amar-AIcloud/Tensorflow-Object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tensorflow-Object-detection

Install Tensorflow by following the steps in :https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html

Labelimg the custom data: This can be done in anaconda prompt.

pip install labelImg labelImg or labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE]

The above command opens a seperate window where we can label our images.

Open image directory and label images accordingly. One image can contain more than 1 label.

Note: Label names should be same for similar type of data

About

Tensorflow object detection. Training the model by following the steps from the documentation and building a custom model for object detection in an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published