nbv_rec_control/utils/communicate_util.py

13 lines
264 B
Python
Raw Normal View History

2024-10-07 16:20:56 +08:00
class CommunicateUtil:
VIEW_HOST = "127.0.0.1:5000"
INFERENCE_HOST = "127.0.0.1:5000"
def get_view_data() -> dict:
data = None
return data
def get_inference_data() -> dict:
data = None
return data