MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / count_scenes

Method count_scenes

embodiedscan/explorer.py:134–136  ·  view source on GitHub ↗

Count the number of scenes.

(self)

Source from the content-addressed store, hash-verified

132 print('Loading complete')
133
134 def count_scenes(self):
135 """Count the number of scenes."""
136 return len(self.data)
137
138 def list_categories(self):
139 """List the categories involved in the dataset."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected