Vincent-ZHQ / UniS-MMC

Code for UniS-MMC: Multimodal Classification via Unimodality-supervised Multimodal Contrastive Learning (ACL 2023)
MIT License
29 stars 4 forks source link

where is text_txt #5

Open lu-student opened 8 months ago

lu-student commented 8 months ago

Hello, dataloader.py part, where is the file in the /text_txt/ folder in this code text_path = self.args.data_dir + '/texts_txt/' + annotation + '/' + id.replace(".jpg", ".txt").

Vincent-ZHQ commented 8 months ago

This is the dataset directory of food101. You have to download it from their website.

lu-student commented 8 months ago

I can't find this file, the URL is invalid, can you compress this txt file and send it to me? thank you very much

------------------ 原始邮件 ------------------ 发件人: "Vincent-ZHQ/UniS-MMC" @.>; 发送时间: 2024年1月8日(星期一) 下午2:27 @.>; @.**@.>; 主题: Re: [Vincent-ZHQ/UniS-MMC] where is text_txt (Issue #5)

This is the dataset directory of food101. You have to download it from their website.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dana-niu commented 5 months ago

Hello, dataloader.py part, where is the file in the /text_txt/ folder in this code text_path = self.args.data_dir + '/texts_txt/' + annotation + '/' + id.replace(".jpg", ".txt"). Hello, I downloaded Food101 from the Internet and didn't find the text_txt file, and there were the following problems in operation: FileNotFoundError: [Errno 2] No such file or directory: 'Path/To/Dataset_Home_Directory\Food101/texts_txt/lasagna/lasagna_666.txt'

Do you have a similar problem? How did you solve it?