wenyuqing / panacea

[CVPR2024] Official Repository of Paper "Panacea: Panoramic and Controllable Video Generation for Autonomous Driving"
https://panacea-ad.github.io/
Apache License 2.0
193 stars 11 forks source link

What is the role of soft links? #13

Closed pisces365 closed 2 months ago

pisces365 commented 6 months ago
ln -s /data/code/StreamPETR/data/nuscenes/data/Dataset/nuScenes/gen-nuscenes-val/ gen-nuscenes-val
ln -s /data/code/StreamPETR/data/nuscenes/data/Dataset/nuScenes/gen-nuscenes-train/ gen-nuscenes-train

I know the function of this step is soft linking, but what does it do in the overall system?

wenyuqing commented 6 months ago

Hi,because the unzipped files from this zip archive may contain this absolute paths, please ensure that the relative paths for the dataset are correct.

wenyuqing commented 2 months ago

If no further problem, I'll close this issue temporally.