Skip to content

MCV-2022-M1-Project/Team7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team7

Setup

  • 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.

Project structure

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/
    ...

Run the pipeline:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages