Karthik-Venkatesh / ATOM

On the road map of creating AI like IronMan J.A.R.V.I.S :stuck_out_tongue_winking_eye:.
Apache License 2.0
2 stars 0 forks source link

Image recognition - Training the model #11

Closed Karthik-Venkatesh closed 5 years ago

Karthik-Venkatesh commented 5 years ago

After image saving stopped train new OpenCV image recognition model. Maintain version for the models. Folder name of the model should be as version_ Next version is the "directory count + 1" in the "models" directory

Images path: "/vision/trainningimages/myImages/" Label: Folder name is the label for the respective person. Model path: "/vision/models/version/" Pickle label path: "/vision/models/version/labels.pickle" Trainner yml path: "/vision/models/version/trainner.yml"

Karthik-Venkatesh commented 5 years ago

Commit: 4ae87cd9c99ecef07ee0dac2f7bdc176660cfd43 Merged to master - PR: #20