YoungXIAO13 / FewShotViewpoint

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
54 stars 5 forks source link

Can't download the point clouds for this dataset #2

Closed lixunwu closed 4 years ago

lixunwu commented 4 years ago

download_object3d.sh #22

wget --header 'Host: uc23d47b3615cc6557d59b6a3ae5.dl.dropboxusercontent.com' --user-agent 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0' --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --header 'Accept-Language: en-US,en;q=0.5' --referer 'https://www.dropbox.com/' --header 'Upgrade-Insecure-Requests: 1' 'https://uc23d47b3615cc6557d59b6a3ae5.dl.dropboxusercontent.com/cd/0/get/A8GKqmoG-OuJ_z0eMpz12RGIfC8UmGoK1_gkgL3tskQz4WydJr50I_SqcdywnzBoca01TpfUAf6rCXlifu6ss6MqKD2XjA1ooD90Ge9qeQNtTo1Nl-q7kXWrCHkKy0lenLM/file#' --output-document 'ObjectNet3DPointclouds.zip'

image image I request you to offer Google drive links of point clouds data of ObjectNet3D and Pascal3D dataset thanks a lot

YoungXIAO13 commented 4 years ago

Hi, You can follow the instructions in repo PoseFromShape to get the point clouds of Pascal3D and ObjectNet3D

lixunwu commented 4 years ago

ok,thanks alot