jchibane / srf

Stereo Radiance Fields (SRF) - Codebase
123 stars 18 forks source link

Pre-trained ckpt files are out of date #7

Closed yizhou-wang closed 2 years ago

yizhou-wang commented 2 years ago

When I run inference using the latest code, I got this error: KeyError: 'sim_combinations' at https://github.com/jchibane/srf/blob/ce97b2797578a96818c2b53b3a38d34218d2f55f/model.py#L213

I guess the pre-trained ckpt files are out of date without this key included? (Comment this line out will work for inference.) Thanks!

jchibane commented 2 years ago

Thanks for reporting, this is fixed in the current version!