CompVis / geometry-free-view-synthesis

Is a geometric model required to synthesize novel views from a single image?
https://arxiv.org/abs/2104.07652
MIT License
369 stars 34 forks source link

cpu inference #5

Closed AK391 closed 3 years ago

AK391 commented 3 years ago

is inference on cpu possible?

rromb commented 3 years ago

Yes, if no gpu is available the inference script braindance.py defaults to the cpu. This might be very slow, though.

AK391 commented 3 years ago

@rromb ok thanks,