Sameer Sheorey
Sameer Sheorey
Hi @errissa let's go ahead and merge this PR and the filament update PR as is. We'll open an issue for the "double clicking on file doesn't open in Open3D...
FIXME: Intel macOS: No window when opening app without a file (e.g. double click).
Closing as feature is merged through PR #6648
Update unit tests to unordered comparison, since order of output is platform dependent.
We are happy to accept PRs for Windows support! In the meantime, please try the Linux version in WSL2.
Hi @ccoulombe if Open3D is not built with GUI, then the whole visualizer.py code will not work. You will just run into an error later. It's better to let the...
Ahhh, you are using Open3D somewhere and it imports visualizer.py, but you don't need that functionality. You are actually not using visualizer.py itself. That makes more sense now. Please add...
Hi @raynehe you can either switch to a more recent CUDA or specify a specific architecture with: ```sh cmake -DCMAKE_CUDA_ARCHITECTURE="70-real" .. ``` (if you have a Turing card, for example).
Hi @Lionelsy thanks for debugging this and submitting a PR. I have a question: - if `cache_convert` is `None`, it looks like `preprocess` is applied only once in line 81...
Hi @jiapei100 thanks for submitting this PR! Please describe the bug that you fixed, with a way to reproduce it in the current version. [Especially about `std::move`].