MCPcopy
hub / github.com/diffgram/diffgram / label_dict_builder

Method label_dict_builder

shared/data_tools_core_s3.py:343–353  ·  view source on GitHub ↗

Switched to using file.id since the label file is unique and makes more sense than extra call to label file

(
        self,
        file_list
    )

Source from the content-addressed store, hash-verified

341 raise NotImplementedError
342
343 def label_dict_builder(
344 self,
345 file_list
346 ):
347 """
348
349 Switched to using file.id since the label file is unique
350 and makes more sense than extra call to label file
351
352 """
353 raise NotImplementedError
354
355 def label_map_new(self, session, ai):
356 raise NotImplementedError

Callers 1

annotation_export_coreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected