Skip to content

Analyzing ARIS data to detect, track, and count fish.

License

Notifications You must be signed in to change notification settings

gvanhorn38/fish_eye

Repository files navigation

Converting ARIS into image zipfiles that can be provided to annotators:

gen_clips.py --aris_dir [location of source files]
             --clip_dir [location to output unzipped images]
             --dump_dir [location to output json dumps of created clips]
             --river_name [eg. kenai]
             --river_location [eg. ak]
             --zip_location [location to output zipped images for annotation]

Annotate zip files:

https://kulits.github.io/vatic.js/index.html

Convert outputs of annotation tool to common format:

convert_annotations.py --json_dump_path [path to json dump of annotated files created in the previous step]
                       --xml_dir [location of annotations created in the previous step]
                       --output_path [location of place to put converted annotations]

About

Analyzing ARIS data to detect, track, and count fish.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages