Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 49b4152

Browse files
Update README.md
1 parent 59e52c3 commit 49b4152

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎README.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,20 @@ A sample project to detect custom object using Tensorflow object detection API
1818
- *checkpoints will be saved here*
1919
- eval.ipynb
2020
- train.ipynb
21+
22+
## Steps
23+
######Create folders
24+
Create the folders following the structure given above
25+
26+
###### prepare train and test images
27+
This repository contains train and test images for detction of "UE Roll" blue bluetooth speaker but I will highly recommend you to create your own dataset. Pick up an object you want to detect and take some pics of it with varing backgrounds, angles and distances. Sample of images used in this sample project is given below:
28+
*TODO::insert images here*
29+
Once you have captured pictures, tranfer it your PC and resize it to smaller size (given images have size of 605 x 454) so that your training will go smoothly without running out of memory. Now divide your captured images in to two chuncks, one chunck for training and other for testing. Finally move training images in to *JPEGImages* folder and testing images in to *testImages* folder.
30+
31+
###Label the data
32+
Now its time to label your training data. We will be doing it using labelImg library. To download this library use [THIS LINK](https://github.com/tzutalin/labelImg). Once you have labelImg library downloaded on your PC, run lableImg.py.
33+
Select *JPEGImages* directory by clicking on *Open Dir*. and change your save directory to *Annotations* by clicking on *Change Save Dir*. Now all you need to do is to draw rectangles around the you are planning to detect and save it so that Annotations will get saved as .xml file in *Annotations* folder.
34+
35+
___________Under progress _____________
36+
37+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /