Sliverk / LITIS_CrossModal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-Modal Verification (CMV) model

Accepted by ESANN in 2021 Paper AVOR Dataset

Step 1. Train CMV model with AVOR

CHANE THE FILE PATH FIRST !!!

python3 0203_train_lenet5_2cls.py

Step 2. Get the CMV model runing on validation split

CHANE THE FILE PATH FIRST !!!

python3 0304_classification_cnn5_2cls.py

Step 3. Calculate Average Precision

CHANE THE FILE PATH FIRST !!!

python3 0401_get_mAP.py

Step 4. (Optional) Calculate Number of False Positives

CHANE THE FILE PATH FIRST !!!

0501_get_cls_fp.py

About

License:MIT License


Languages

Language:Python 100.0%