/MouseTrackingExtras

Annotator, docker instance for annotator, and data csv exporter for mouse tracking

Primary LanguageC++MIT LicenseMIT

Tracking_Extras

Dataset Generation

Watershed_Labeler

An OpenCV-based labeling software to generate segmentation and ellipse-fit labels for frames in a video.

More information can be found here.

DockerInstance

While installing OpenCV is generally a complex task, Docker can be used to run a minimized Ubuntu system for added portability.

More information can be found here.

Reading Output Data

NPY Reader

The neural network exports numpy binary data in append mode. Reading in this data is not straight forward, so this code generalizes python readability of the binary data.

More information can be found here.