Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
heheyas
/
V3D
like
57
Runtime error
App
Files
Files
Community
2
3667a5a
V3D
/
sgm
/
data
/
joint3d.py
heheyas
init
cfb7702
8 months ago
raw
Copy download link
history
blame
Safe
235 Bytes
import
torch
from
torch.utils.data
import
Dataset
default_sub_data_config = {}
class
Joint3D
(
Dataset
):
def
__init__
(
self, sub_data_config:
dict
) ->
None
:
super
().__init__()
self.sub_data_config = sub_data_config