Andrew Ryan Carpenter
Results
42
comments of
Andrew Ryan Carpenter
trafficstars
> > Use something like this: > > ``` > > def lazy_call(f, *args, **kwargs): > > return lambda: f(*args, **kwargs) > > > > def cameraList_from_camInfos(cam_infos, resolution_scale, args, lazy_load):...
Sorry I don't think the rest of your response came through, was there more you wanted to add to that?