EPFL-VILAB / omnidata

A Scalable Pipeline for Making Steerable Multi-Task Mid-Level Vision Datasets from 3D Scans [ICCV 2021]
Other
395 stars 49 forks source link

Can't download semantic data. #40

Closed HLinChen closed 1 year ago

HLinChen commented 1 year ago

When I want to download semantic data using following commands, I get nothing.

omnitools.download segm     --components taskonomy replica hypersim    --subset fullplus     --dest ./omnidata/     --name xx --email xxx --agree_all
image
janbechtold commented 1 year ago

I have the same issue.

alexsax commented 1 year ago

There are different types of segmentation--semantic, unsupervised 2d (normalized cuts), and unsupervised 2.5d (cuts on RGB + Depth + Normals).

The keys should be semantic, segment_unsup2d, and segment_unsup25d, respectively.

There was a typo in the readme--sorry about that!