File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tensorflow_graphics/datasets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class ModelNet40(tfds.core.GeneratorBasedBuilder):
63
63
64
64
@staticmethod
65
65
def load (* args , ** kwargs ):
66
- return tfds .load ('model_net40' , * args , ** kwargs )
66
+ return tfds .load ('model_net40' , * args , ** kwargs ) # pytype: disable=wrong-arg-count
67
67
68
68
def _info (self ):
69
69
return tfds .core .DatasetInfo (
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Shapenet(tfds.core.GeneratorBasedBuilder):
205
205
206
206
@staticmethod
207
207
def load (* args , ** kwargs ):
208
- return tfds .load ('shapenet' , * args , ** kwargs )
208
+ return tfds .load ('shapenet' , * args , ** kwargs ) # pytype: disable=wrong-arg-count
209
209
210
210
MANUAL_DOWNLOAD_INSTRUCTIONS = textwrap .dedent ("""\
211
211
manual_dir should contain the extracted ShapeNetCore.v2.zip archive.
You can’t perform that action at this time.
0 commit comments