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 099f9e0

Browse files
Update README.md
1 parent 49b4152 commit 099f9e0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎README.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,22 @@ A sample project to detect custom object using Tensorflow object detection API
2020
- train.ipynb
2121

2222
## Steps
23-
######Create folders
23+
24+
###### Create folders
2425
Create the folders following the structure given above
2526

2627
###### 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+
This repository contains train and test images for detection 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 varying backgrounds, angles and distances. Sample of images used in this sample project is given below:
29+
2830
*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.
3031

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.
32+
Once you have captured pictures, transfer it to 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 chunks, one chunk for training and other for testing. Finally move training images in to *JPEGImages* folder and testing images in to *testImages* folder.
33+
34+
###### Label the data
35+
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).
36+
Once you have labelImg library downloaded on your PC, run lableImg.py. 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.
37+
38+
*TODO::insert image here
3439

3540
___________Under progress _____________
3641

0 commit comments

Comments
(0)

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