detect / TruFor_train_test /project_config.py
DaniilOr's picture
Upload folder using huggingface_hub
5f0437a verified
raw
history blame contribute delete
303 Bytes
from pathlib import Path
project_root = Path(__file__).parent
dataset_paths = {
# Specify where are the roots of the datasets.
'FR' : 'path/to/FR',
'IMD' : 'path/to/IMD',
'CA' : 'path/to/CA',
'tampCOCO' : 'path/to/tampCOCO',
'compRAISE': 'path/to/compRAISE',
}