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

Could not find a version that satisfies the requirement splatting #9

Open xiaofanustc opened 3 years ago

xiaofanustc commented 3 years ago

hello,

when i run pip install geometry-free-view-synthesis, proper version of splatting seems missing, image image Any suggestion about this problem?

zhuzhu18 commented 2 years ago

you can find the "splatting" module here: https://github.com/hperrot/splatting

avinres commented 2 years ago

I have installed this but still getting following error.

from geofree.modules.warp.midas import Midas File "/workspace/geometry-free-view-synthesis-master/geofree/modules/warp/midas.py", line 7, in from splatting import splatting_function ImportError: cannot import name 'splatting_function' from 'splatting' (unknown location)