IVRL / AI4VA

This is the GitHub repository for AI for Visual Arts Workshop and Challenges (AI4VA) in conjunction with ECCV 2024, Milano, Italy.
5 stars 0 forks source link

custom dataset #3

Closed Flrotm closed 2 months ago

Flrotm commented 3 months ago

Hey, I can't find the "model/custom_dataset.py" in the salience challenge.

baharay commented 2 months ago

Hi,

It is a placeholder file to implement your dataloader and data transformations/augmentations. I have uploaded a basic dataloader here. You can start from there and modify it to suit your needs.

Hint: Resizing the inputs to 256x256 may not be the optimal solution.

Flrotm commented 2 months ago

Oh, did not know it was supposed to be a placeholder. Thank you anyway!