Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
QDGrasp
/
QDGset_no_shapenet
like
0
Follow
QDGrasp
3
ArXiv:
arxiv:
2410.02319
License:
other
Dataset card
Files
Files and versions
Community
674e95d
QDGset_no_shapenet
/
setup.py
fhsup
Upload 11 files
674e95d
verified
4 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
from
setuptools
import
setup, find_packages
setup(name=
'qdgset'
, version=
'0.1'
, packages=find_packages(), install_requires=[
'zarr'
,
'fsspec'
,
"open3d"
,
"numpy"
])