Sameer Sheorey
Sameer Sheorey
I think a PR should be straightforward, since GIM only uses different weights trained on a lot more data. The model architectures / inference code is the same as DKM...
Hi @crosswick this depends on the availability of macOS Apple Silicon machines in Github as CI runners. They aren't available yet, but they are on the Github roadmap.
No, free runners for open source projects.
Hi @AhmedZero, thanks for providing this bugfix! Can you talk about the civetweb upgrade? Is this related to the ispc issue? Also the CI checks are not running, perhaps since...
Thanks for reporting this - looks like we need to upgrade dependencies (Assimp, TBB). Happy to accept PRs for this.
Needs update TBB -> oneTBB
Hi @nsaiapova can you take a look at the failing CI checks? Looks like we are almost ready to merge after that.
Hi @dbs4261 please check the CI errors. Removing GENERATED property causes CMake to fail with some file not found errors for 3rd party C++ sources.
This PR doesn't depend on the platform. It should be sufficient if Open3D builds for you on your machine. Try building the library (make libopen3d), python package (make pip-package) and...
> Hmmm, Looks like the ubuntu-wheel build is failing because c-cache is out of space? Not sure what to do about that. Fixing that in a separate PR. You can...