vita-epfl / bounding-box-prediction

Bounding box prediction library. Official implementation of two papers on human 2D/3D bounding box prediction
48 stars 14 forks source link

hello sir i'm really new to AI so excuse me for my ignorance but what are the jaad_path , train_ration,val_ratio,test_ratio #7

Closed hi574 closed 2 years ago

SaeedSaadatnejad commented 2 years ago

Hello,

Jaad_path is the path to the jaad dataset, train_ratio indicates the ratio of the train set compared to the whole dataset. test_ratio and val_ratio indicate similar variables for test and validation sets. These arguments should be given to the code when you run prepare_data.py