abhineet123 / animal_detection

Animal Detection in Man-made Environments using Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labeling Tool Demo

This repository provides python code for all experiments reported in this paper:

Animal Detection in Man-made Environments [arxiv].

It contains modified versions of several open source repositories that were used for experimentation though not all of these were reported in the paper. These are the reported models and their corresponding folders:

  1. YOLOv3: [yolov3]
  2. All other tested detectors and Mask RCNN: [tf_api]
  3. Evaluation tools: [mAP]
  4. Labeling tool and scripts: [labelling_tool]

The commands for running each model are provided in a .md file in the corresponding folder. For example, commands for RetinaNet and YOLOv3 are in tf_api/retinanet.md and yolov3/yolov3.md. The commands are organized hierarchically into categories of experiments and a table of contents is included for easier navigation.

If a command does not work, the command corresponding to some experiment cannot be found or the meaning of some command is not clear, please create an issue and we will do our best to address it.

All the accompanying data is available here :

All commands assume that the data is located under /data/acamp/acamp20k.

The code and data are released under creative commons attribution license and are free for research and commercial applications. Also, individual repositories used here might have their own licenses that might be more restrictive so please refer to them as well.

If you find this work useful, please consider citing the above paper [bibtex].

About

Animal Detection in Man-made Environments using Deep Learning


Languages

Language:Python 73.0%Language:HTML 16.0%Language:Shell 7.1%Language:C 1.5%Language:Starlark 1.1%Language:Jupyter Notebook 0.8%Language:Cython 0.4%Language:TeX 0.0%Language:Batchfile 0.0%