This is an implementation of ADA using Python, Pytorch and Matlab.
The repository includes:
- Library of edge_boxes and faster_rcnn for bounding box proposal and feature extracting.
- Python code of the ADA algorithm.
- Part results of experiment on VOC 2007 dataset.
2. Compile faster_rcnn
run get_box_proposals.py.
run feature_extractor_bbslist.py and feature_extractor_gt.py.
run train_ada.py.
run test_ada.py.