lib.sedna.service.multi_edge_inference.interface.fe_endpoint

Module Contents

Classes

FE

Endpoint to trigger the Feature Extraction

class lib.sedna.service.multi_edge_inference.interface.fe_endpoint.FE(service_name, version='', ip='127.0.0.1', port='8080', protocol='http')[source]

Endpoint to trigger the Feature Extraction

check_server_status()[source]
transmit(data, **kwargs)[source]

Transfer feature vector to FE worker

get_target_features(data, **kwargs)[source]

Send target images to FE service and receive back the ReID features

update_service(data, **kwargs)[source]