- Create a new Conda environment.
conda create -n "mcv-m1" python=3.8
conda activate mcv-m1
- Install requirements:
pip install -r requirements.txt
The dataset can be found at this folder.
config/
masking.yaml
...
datasets/
museum/
bbdd_00000.jpg
bbdd_00000.png
bbdd_00000.txt
...
qsd1_w1/
00000.jpg
...
qsd2_w1/
00000.jpg
00000.png
...
src/
common/
...
datasets/
...
metrics/
...
preprocessing/
...
tasks/
...
...
tools/
...
Use config files "config/*.yaml" in order to test a certain pipeline. You can change there which objects to use in the pipeline by properly feeding the config file.
python main.py --config ./config/[TASK_HERE].yaml