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 49d956c

Browse files
Update README.md
1 parent 82f705a commit 49d956c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Now its time to label the training data. We will be doing it using the [labelImg
4747
Once you have the labelImg library downloaded on your PC, run lableImg.py. Select *JPEGImages* directory by clicking on *Open Dir* and change the save directory to *Annotations* by clicking on *Change Save Dir*. Now all you need to do is to draw rectangles around the object you are planning to detect. You will need to click on *Create RectBox* and then you will get the cursor to label the objects. After drawing rectangles around objects, give the name for the label and save it so that Annotations will get saved as the .xml file in *Annotations* folder.
4848
![screenshot 2018年10月02日 01 08 08](https://user-images.githubusercontent.com/5885636/46311801-eb8c8080-c5e0-11e8-8444-aa45e39b1414.png)
4949
##### Generating masks using the PixelAnnotationTool library
50-
I will be adding detailed steps for using this tool but for now I hope [this video](https://www.youtube.com/watch?v=wxi2dInWDnI) should work. This tool will generate three files in you image folder
50+
I will be adding detailed steps for using this tool but for now I hope [this video](https://www.youtube.com/watch?v=wxi2dInWDnI) should work. This tool will generate three files in the image folder
5151
- IMAGENAME_colored_mask.png
5252
- IMAGENAME_mask.png
5353
- IMAGENAME_watershed_mask.png.
5454

55-
You need to take all IMAGENAME_watershed_mask.png and palce it in dataset/Annotations/masks folder and then rename ist from IMAGENAME_watershed_mask.png to IMAGENAME.png
55+
You need to take all IMAGENAME_watershed_mask.png and place it in the dataset/Annotations/masks folder and then rename it from IMAGENAME_watershed_mask.png to IMAGENAME.png
5656

5757
#### Setup Tensorflow models repository
5858
Now it's time when we will start using Tensorflow object detection API so go ahead and clone it using the following command

0 commit comments

Comments
(0)

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