hsuankai / Temporally-Guided-Music-to-Body-Movement-Generation

18 stars 3 forks source link

The download address of the training data set is wrong #2

Open dxdzt opened 1 year ago

dxdzt commented 1 year ago

Hi, thanks for your great paper and code! When downloading the data set, the training data set download address does not exist.But the test dataset can be downloaded.I checked the data.py file and found that the download address of the training data set may have been written incorrectly. Temporally-Guided-Music-to-Body-Movement-Generation/data.py line23 self.train_url = 'https://drive.google.com/uc?id=1QsghRzGwgzZBQz03MqtWZ0S7X0Y6NivC&export=download' self.test_url = 'https://drive.google.com/u/0/uc?id=1WQksHdEH65xES557nkbsIuNM69vSdtYq&export=download' I would be very grateful if you could tell me the exact download address!

hsuankai commented 1 year ago

Hello,

I've updated the train URL. Please try it again.

dxdzt @.***> 於 2023年8月31日 週四 下午3:53寫道:

Hi, thanks for your great paper and code! When downloading the data set, the training data set download address does not exist.But the test dataset can be downloaded.I checked the data.py file and found that the download address of the training data set may have been written incorrectly. Temporally-Guided-Music-to-Body-Movement-Generation/data.py line23 self.train_url = ' https://drive.google.com/uc?id=1QsghRzGwgzZBQz03MqtWZ0S7X0Y6NivC&export=download ' self.test_url = ' https://drive.google.com/u/0/uc?id=1WQksHdEH65xES557nkbsIuNM69vSdtYq&export=download ' I would be very grateful if you could tell me the exact download address!

— Reply to this email directly, view it on GitHub https://github.com/hsuankai/Temporally-Guided-Music-to-Body-Movement-Generation/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL47JVZW6ED4PYQFPMSSQODXYA7JHANCNFSM6AAAAAA4FUWQI4 . You are receiving this because you are subscribed to this thread.Message ID: <hsuankai/Temporally-Guided-Music-to-Body-Movement-Generation/issues/2 @github.com>

dxdzt commented 1 year ago

I have downloaded it successfully!Thank you so much!