MCPcopy Create free account
hub / github.com/SHAILAB-IPEC/OpenFly-Platform / process_camera_data

Method process_camera_data

train/eval.py:260–262  ·  view source on GitHub ↗
(self, file_path, camera_type='lit')

Source from the content-addressed store, hash-verified

258 cv2.imwrite(file_path, image_data)
259
260 def process_camera_data(self, file_path, camera_type='lit'):
261 img = self.get_camera_data(camera_type)
262 self.save_image(img, file_path)
263
264class GSBridge:
265 def __init__(self, env_name):

Callers

nothing calls this directly

Calls 2

get_camera_dataMethod · 0.95
save_imageMethod · 0.95

Tested by

no test coverage detected