Skip to content

How to test datasets of our own #12

Discussion options

You must be logged in to vote

Hi @dhhxhhh,

For any dataset other than the ones listed in Proto-CLIP datasets, you need to

  1. Download and place the dataset in the DATA/ directory.
  2. Create one dataset-specific parsing file inside https://github.com/IRVLUTD/Proto-CLIP/blob/main/datasets/
  3. Create an alias for it inside https://github.com/IRVLUTD/Proto-CLIP/blob/main/datasets/__init__.py
  4. Create a config for it and place it inside https://github.com/IRVLUTD/Proto-CLIP/tree/main/configs
  5. [search_scale, search_step] are not very important as they are mainly meant to form the {alpha, beta} grid search values. You can tune it as per your need.
  6. {alpha, beta} are critical hyperparameters. As this work uses a grid search to find the a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kaisor-Yuan
Comment options

Answer selected by jishnujayakumar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants