Comparar commits

...

4 Commits

Autor SHA1 Mensagem Data
PythicCoder 89dd574443 Update README.md 2017-03-11 13:44:46 +02:00
PythicCoder 126fa9bace Update README.md 2017-03-11 13:42:31 +02:00
PythicCoder 616a5d50c7 Update README.md 2017-03-11 13:34:44 +02:00
PythicCoder c8a33c4e72 Update README.md 2017-03-11 13:33:44 +02:00
+29 -2
Ver Arquivo
@@ -1,2 +1,29 @@
# offline-video-tagger
An offline port of the video-tagging-tool for electron.
# CNTK Object Recognizer Video Tagging Tool
This tool provides end to end support for generating datasets for and validating Object Recognition Models with CNTK.
It supports the following scenarios:
- Computer Assisted Tagging of Objects In Video Using Custom implementation of Camshift Algorithm
- Export Tags to CNTK format for training a CNTK object recognition model.
- Running and validating a trained CNTK object recognition model on new videos to generate stronger models. (Windows only for now)
## To Use:
1. Download the release binary.
2. Extract and run the app
3. Load a video.
4. Configure the tagging job specifying the following preferences
- Frame Extraction Rate (Number of frames to tag per a second)
- Tagging Region Type (Rectangle, Point, Square)
- Export Frames Until (How far to export)
- Labels (Labels for tagging)
5. Tag the video frame by frame.
6. Export Video to CNTK Format
7. Train model using [CNTK-FastRCNNDetector](https://github.com/CatalystCode/CNTK-FastRCNNDetector).
8. Load new video apply model to new video, validate tags, re-export, retrain
9. Repeat step #8 on new videos until model preformance is satisfactory.
## Upcoming Features
- Image Directory Tagging Support
- Tagging Project Management
- UI enhancements