Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 647 Bytes

Repository contents

1. Folder: samples_for_labelling

This folder includes all the necessary code for sampling images. These images will be labeled in the next stage.

2. Folder: oracle_evaluator

This folder contains the files for the annotator tool that was used to label the sampled images from the previous step.

3. Folder: bvm_training

This folder contains the code for the training of bvm model for both versions; original and semi-supervised.

4. Folder: bvm_docker

This folder contains the files used to build the Docker for running inference on the BVM model. Please refer to the readme file in the folder for more details.