MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / self

Class self

data/preprocessing/points_visualize_scannet.py:19–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17rng = np.random.default_rng(0)
18sampling_strategy = None
19class self():
20 frame_num = 24
21 random_sample_thres = 0.1
22 resolution=[224, 224]
23 _rng = rng
24 ceph_read = True
25 aug_focal = 0.9
26 aug_crop = 16
27 scannet_invalid_list = 'scannet_recon_invalid_list.json'
28 with open(scannet_invalid_list, 'r') as f:
29 scannet_invalid_list = json.load(f)
30
31
32images = []

Callers 2

train_stepMethod · 0.50
val_stepMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected