Skip to content

Conchylicultor/ClickAndCrop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

ClickAndCrop

A simple program that I developed two years ago while I was in a research laboratory. Its goal was to assist me during the dataset creation process where I had to extract and crop persons from a video. I know that the dataset labeling task can be tiresome so I release the code in case someone found it and find it useful. The program is declined in two versions for both single and multi-camera.

Screenshot

Even if the program is really simple, I also wrote a small Manual back then to detail some functionalities (multi-camera version).

The program require Qt (tested with 5.3) and OpenCv (tested with 2.4.9) To compile the program, simply run:

cd VidExtractor/
qmake
make

Just be careful to use the qmake associated with qt5. For the multi-camera version, use the same commands on the VidsExtractor/ folder.

About

A simple Qt program to easily extract and label samples from videos. Used for dataset creation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published