Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/G2VLM
/ set_step_rng
Method
set_step_rng
data/recon_dataset.py:178–179 ·
view source on GitHub ↗
(self, rng)
Source
from the content-addressed store, hash-verified
176
self.random_aspect_ratio = num
177
178
def
set_step_rng(self, rng):
179
self._rng = np.random.default_rng(rng)
180
181
def
convert_intrinsics(self, meta_data):
182
store_h, store_w = meta_data[
"h"
], meta_data[
"w"
]
Callers
2
__iter__
Method · 0.45
__iter__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected