MCPcopy Create free account
hub / github.com/NVIDIA/DALI / HasPreprocessedAnnotations

Function HasPreprocessedAnnotations

dali/operators/reader/loader/coco_loader.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51inline bool HasPreprocessedAnnotations(const OpSpec &spec) {
52 return spec.HasArgument("preprocessed_annotations") ||
53 (spec.HasArgument("meta_files_path") && spec.GetArgument<bool>("meta_files_path"));
54}
55
56inline bool HasSavePreprocessedAnnotations(const OpSpec &spec) {
57 return spec.HasArgument("save_preprocessed_annotations") ||

Callers 2

coco_loader.hFile · 0.85

Calls 1

HasArgumentMethod · 0.80

Tested by

no test coverage detected