MCPcopy
hub / github.com/FoundationVision/LlamaGen / build_t2i_image

Function build_t2i_image

dataset/t2i.py:145–146  ·  view source on GitHub ↗
(args, transform)

Source from the content-addressed store, hash-verified

143
144
145def build_t2i_image(args, transform):
146 return Text2ImgDatasetImg(args.data_path, args.data_face_path, transform)
147
148def build_t2i(args, transform):
149 return Text2ImgDataset(args, transform)

Callers 1

build_datasetFunction · 0.90

Calls 1

Text2ImgDatasetImgClass · 0.85

Tested by

no test coverage detected