SysCV / shift-dev

SHIFT Dataset DevKit - CVPR2022
https://www.vis.xyz/shift
MIT License
103 stars 10 forks source link

cannot download minival #60

Closed twangnh closed 1 year ago

twangnh commented 1 year ago

@suniique @mattiasegu Hi, thanks for releasing the wonderful dataset! could you please help, the minival set is not recognized

root@autodl-container-3e5811b1ae-a18f0007:~/autodl-tmp/shift-dev# python download.py     --view "[front]" --group "[img, det_insseg_2d, depth, det_3d]"     --split "[minival]"     --framerate "[images]"     --shift "discrete"     ../SHIFT
Welcome to use SHIFT Dataset download script!
By continuing you confirm that you have agreed to the SHIFT's user license.

[06/24/2023 12:44:32] SHIFT Downloader - INFO - Invalid option 'minival' for 'split'. Please check the download document (https://www.vis.xyz/shift/download/).
[06/24/2023 12:44:32] SHIFT Downloader - ERROR - No 'split' is specified to download. If you want to download all splits, please use '--split all'.
twangnh commented 1 year ago

@suniique @mattiasegu I tried the pull request https://github.com/SysCV/shift-dev/pull/59 but got

root@autodl-container-3e5811b1ae-a18f0007:~/autodl-tmp/temp/shift-dev# python download.py     --view "[front]" --group "[img, det_insseg_2d, depth, det_3d]"     --split "[minival,]"     --framerate "[images]"     --shift "discrete"     ../SHIFT
Welcome to use SHIFT Dataset download script!
By continuing you confirm that you have agreed to the SHIFT's user license.

[06/24/2023 15:04:20] SHIFT Downloader - INFO - Invalid option '' for 'split'. Please check the download document (https://www.vis.xyz/shift/download/).
[06/24/2023 15:04:20] SHIFT Downloader - INFO - Number of files to download: 4
[06/24/2023 15:04:20] SHIFT Downloader - INFO - Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: RGB Image.
img.zip: 0.00B [00:00, ?B/s]
[06/24/2023 15:04:21] SHIFT Downloader - ERROR - Error in downloading HTTP Error 403: Forbidden
ERROR:logger:Error in downloading HTTP Error 403: Forbidden
[06/24/2023 15:04:21] SHIFT Downloader - INFO - Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: Instance Segmentation.
INFO:logger:Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: Instance Segmentation.
det_insseg_2d.json: 0.00B [00:01, ?B/s]
[06/24/2023 15:04:22] SHIFT Downloader - ERROR - Error in downloading HTTP Error 403: Forbidden
ERROR:logger:Error in downloading HTTP Error 403: Forbidden
[06/24/2023 15:04:22] SHIFT Downloader - INFO - Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: Depth Maps (24-bit).
INFO:logger:Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: Depth Maps (24-bit).
depth.zip: 0.00B [00:01, ?B/s]
[06/24/2023 15:04:24] SHIFT Downloader - ERROR - Error in downloading HTTP Error 403: Forbidden
ERROR:logger:Error in downloading HTTP Error 403: Forbidden
[06/24/2023 15:04:24] SHIFT Downloader - INFO - Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: 3D Detection and Tracking.
INFO:logger:Downloading - Shift: discrete, Framerate: images (1 fps), Split: mini validation set (for online evaluation), View: Front, Data group: 3D Detection and Tracking.
det_3d.json: 0.00B [00:00, ?B/s]
[06/24/2023 15:04:25] SHIFT Downloader - ERROR - Error in downloading HTTP Error 403: Forbidden
ERROR:logger:Error in downloading HTTP Error 403: Forbidden
[06/24/2023 15:04:25] SHIFT Downloader - INFO - Done!
INFO:logger:Done!
twangnh commented 1 year ago

hello @suniique @mattiasegu , any information on this? are you going to release minival set? thanks for the feedback!

suniique commented 1 year ago

Hey @twangnh, these files had some permission issues on our server, which are fixed now. You can try that again. Sorry for that!