Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.14 KB

IAdet : The ultimate annotation tool for object detection

Object detection is all about bounding boxes. The IAdet tool enables users to teach the computer how to draw bounding boxes around a particular class of objects present in some images. As you annotate, a model is trained on the background and is used to provide predictions.

Installation

  1. Clone the repo
  2. With Python 3.10 run:
python -m venv env_iadet
source env_iadet/bin/activate
bash install.sh  # installing mmcv might take a long time

Usage

bash launch.sh DATA_DIR

Cite

If you find this project useful, cite our work:

@inproceedings{marchesoni2022iadet,
  title={IAdet: Human in the loop object detection},
  author={Marchesoni-Acland, Facciolo},
  booktitle={NeurIPS 2022 Workshop on Human in the Loop Learning},
  year={2022}
}

or check out the paper's code here: https://github.com/franchesoni/iadet_paper

Future