Skip to content

Commit

Permalink
Merge pull request MaybeShewill-CV#464 from kunalgoyal9/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MaybeShewill-CV authored Nov 1, 2020
2 parents 6250fef + ba65996 commit 66d7405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ detection dataset and make it a video. You may catch a glimpse of it bellow.
Firstly you need to organize your training data refer to the data/training_data_example folder structure. And you need
to generate a train.txt and a val.txt to record the data used for training the model.

The training samples are consist of three components. A binary segmentation label file and a instance segmentation label
file and the original image. The binary segmentation use 255 to represent the lane field and 0 for the rest. The
The training samples consist of three components, a binary segmentation label file, a instance segmentation label
file and the original image. The binary segmentation uses 255 to represent the lane field and 0 for the rest. The
instance use different pixel value to represent different lane field and 0 for the rest.

All your training image will be scaled into the same scale according to the config file.
Expand Down

0 comments on commit 66d7405

Please sign in to comment.