btsmart / splatt3r

Official repository for Splatt3R: Zero-shot Gaussian Splatting from Uncalibrated Image Pairs
Other
427 stars 15 forks source link

windows support? #15

Open linhcentrio opened 2 weeks ago

linhcentrio commented 2 weeks ago

windows support?

btsmart commented 2 weeks ago

I don't currently have access to a Windows machine to test on, so I likely won't be able to implement Windows support myself. Do you mind sharing which packages, or which parts of the code fail? Thanks

mattymatty commented 2 weeks ago

Solving environment: failed. ResolvePackageNotFound

flatfeetpete commented 2 weeks ago

For me there's a number of packages tripping it, more than I expected. The xorg bits being problematic makes sense, but things like ffmpeg ==4.3 hf484d3e_0 does not exist (perhaps a typo or a missing channel); are surprising.

https://gist.github.com/flatfeetpete/64ebe1b2d929d761b50c710499285908

btsmart commented 2 weeks ago

Thanks for sharing the logs. I suspect the environment.yml has unix-specific versions of packages, but perhaps recreating the environment from scratch on Windows could work? Unfortunately I cannot test this myself, but please let me know if you find success.