Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RamatovInomjon committed May 13, 2019
1 parent 5bcf4d9 commit 82b4f96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ Recognized as : BruceLee
### Train_Caffe_model

Developers can train their own object detection models using Caffe deep learning framework and neural network architecture provided by SimCam team.
Instruction can be found in [this document](./docs/How_To_Train_Model.pdf).
Training your own custom object detection model is very easy using SIMCAM SDK,if you have already finished installation process, and all you need is video files contain desired object. Here is a simple guide how to do it.
Training your own custom object detection model is very easy using SIMCAM SDK,if you have already finished installation process, and all you need is video files contain desired object. Here is a simple guide how to accomplish it.
#### Preparing data for training:
1. Open SIMCAM SDK folder and copy all your video files into `$SIMCAM_SDK/train/data/Images_xmls/videos` folder
2. Open terminal in `$SIMCAM_SDK/train/data/Images_xmls` folder and run `video2img.py` python script:
Expand Down

0 comments on commit 82b4f96

Please sign in to comment.