Skip to content
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

Please share the processed dataset #26

Open
YeahLwy opened this issue Nov 20, 2021 · 2 comments
Open

Please share the processed dataset #26

YeahLwy opened this issue Nov 20, 2021 · 2 comments

Comments

@YeahLwy
Copy link

YeahLwy commented Nov 20, 2021

I had downloaded the UCSD Dataset, when I processed it by Matlab there were many problems. Could you share the processed dataset?

@baimuchu
Copy link

baimuchu commented Aug 18, 2022

you can download the converted UCSD datasets by such link:
https://drive.google.com/file/d/14tzifMWEesFihzf8I0XmtdtW1v1UusR2/view?usp=sharing

the output after running ./matlab_script maybe cannot use directly, and should modify the type of .mat
you should modify in /matlab_script/trans_img2label.m
save('-v7', [outpath, 'Test', num2str(idx, '%03d'), '.mat'],'l')

and in /matlab_script/script_index_gen.m
save("-v7", [video_sub_dir_out_path, v_name, '_i', num2str(j, '%03d'), '.mat'], 'v_name', 'idx');

@zhichucode
Copy link

@baimuchu Thank you for your sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants