-
Notifications
You must be signed in to change notification settings - Fork 90
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
No such file or directory: 'Your dataset path/caption_rm2048_train.csv' #26
Comments
Hi,caption_rm2048_train.csv is the file in the HDVILA, maybe you should download this dataset firstly. |
I overlooked the hdvila.py file under the path. From code line# 53~58, for
line#53, is it looking for a customized dataset file to train. I am not
sure where to download the desired dataset to feed it. Any advises? thank
you.Breadcrumbs
1. FollowYourPose <https://github.com/mayuelala/FollowYourPose/tree/main>
2. /followyourpose
<https://github.com/mayuelala/FollowYourPose/tree/main/followyourpose>
3. /data
<https://github.com/mayuelala/FollowYourPose/tree/main/followyourpose/data>
/hdvila.py
self.data_dir = 'Your dataset path'
if dataset_set=='train':
self.text_name = 'caption_rm2048_train.csv'
else:
self.text_name = 'caption_2048_val_new.csv~'
self.meta_path = os.path.join(self.data_dir, self.text_name)
mayuema ***@***.***> 於 2023年8月14日 週一 下午11:18寫道:
… Hi,caption_rm2048_train.csv is the file in the HDVILA, maybe you should
download this dataset firstly.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIC32JY6KPBW2M3YOKDNU3XVI6UZANCNFSM6AAAAAA3PAUHAA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I studied for a while, is it started from below.
https://ai.google.com/research/ConceptualCaptions/download
CC Tai ***@***.***> 於 2023年8月15日 週二 上午10:21寫道:
… I overlooked the hdvila.py file under the path. From code line# 53~58, for
line#53, is it looking for a customized dataset file to train. I am not
sure where to download the desired dataset to feed it. Any advises? thank
you.Breadcrumbs
1. FollowYourPose
<https://github.com/mayuelala/FollowYourPose/tree/main>
2. /followyourpose
<https://github.com/mayuelala/FollowYourPose/tree/main/followyourpose>
3. /data
<https://github.com/mayuelala/FollowYourPose/tree/main/followyourpose/data>
/hdvila.py
self.data_dir = 'Your dataset path'
if dataset_set=='train':
self.text_name = 'caption_rm2048_train.csv'
else:
self.text_name = 'caption_2048_val_new.csv~'
self.meta_path = os.path.join(self.data_dir, self.text_name)
mayuema ***@***.***> 於 2023年8月14日 週一 下午11:18寫道:
> Hi,caption_rm2048_train.csv is the file in the HDVILA, maybe you should
> download this dataset firstly.
>
> —
> Reply to this email directly, view it on GitHub
> <#26 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADIC32JY6KPBW2M3YOKDNU3XVI6UZANCNFSM6AAAAAA3PAUHAA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Same issue for |
Hmm, I did not find it. Could you please point me to the place where you found it? Thank you. |
anyone has a solution to this issue, where can i find the caption_rm2048_train.csv file? |
Unflatten workaround
In the train command to below, It seems it did not find a file name "caption_rm2048_train.csv" from hdvila.py called. would you pls provide the file or guid me to get thru it. Thank you.
TORCH_DISTRIBUTED_DEBUG=DETAIL accelerate launch train_followyourpose.py --config="configs/pose_train.yaml"
Portion error log to beloa:
File "/home/cc/FollowYourPose/followyourpose/data/hdvila.py", line 109, in _load_metadata
with open(caption_path, 'r',encoding="utf-8") as csvfile: #41s
FileNotFoundError: [Errno 2] No such file or directory: 'Your dataset path/caption_rm2048_train.csv'
The text was updated successfully, but these errors were encountered: