Skip to content

Cvpr-rebuttal #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ noisy_train_set: True
repo_root: "/home/pl22767/Project/MMDA/"
# repo_root: "/home/po-han/Desktop/Projects/MMDA/"

dataset: "handwriting"
dataset: "KITTI"
dataset_level_datasets: [pitts, imagenet, cosmos, sop, tiil, musiccaps, flickr]
class_level_datasets: [sop]
object_level_datasets: [pitts, sop]
Expand Down Expand Up @@ -40,10 +40,10 @@ BTC:
plots_path: ${repo_root}plots/BTC/

MSRVTT:
img_encoder: "clip"
audio_encoder: "clap"
img_encoder: "clip" # clip, imagebind
audio_encoder: "clap" # clap, imagebind
retrieval_dim: "" # we use all the dimensions for retrieval
mask_ratio: 4 # ratio of the missing data : size of test data
mask_ratio: 0 # ratio of the missing data : size of test data
paths:
dataset_path: "/nas/pohan/datasets/MSR-VTT/"
# dataset_path: "/home/po-han/Downloads/MSR-VTT/"
Expand All @@ -58,7 +58,7 @@ KITTI:
lidar_encoder: "liploc"
text_encoder: "gtr"
shuffle_step: 20
mask_ratio: 2 # ratio of the missing data : size of test data
mask_ratio: 0 # ratio of the missing data : size of test data
paths:
dataset_path: "/nas/pohan/datasets/KITTI/"
save_path: ${KITTI.paths.dataset_path}embeddings/
Expand Down
1 change: 1 addition & 0 deletions mmda/baselines/emma/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""mmda.utils code for EMMA https://github.com/kasraprime/EMMA."""
Loading
Loading