Install dependencies:
pip install -r requirements.txt
Adjust parameters in src/params.py
.
Currently supproted datasets:
python src/train_semantic_segmentation.py
Currently implemented anomaly detection strategies:
- Entropy sampling,
- Marging sampling,
- Query-by-committee.
Entropy and Margin samples selection:
python src/entropy_margin.py
Query-by-committee samples selection:
python src/query_by_committee.py
Start tensorboard, specifying the path to logging directory.
tensorboard --logdir src/tb_runs/EXPERIMENT_NAME
In your browser open
http://localhost:6006
to see the results.