Sameer Sheorey

Results 176 comments of Sameer Sheorey

Thanks @mone27 @saurabheights !

Hi @dbs4261 thanks for picking this up! Possibly fixes #6544

@dbs4261 yes, you are right about not fixing #6544. We should update to the latest oneTBB as part of this PR to fix that though. This is the latest version...

Hi @dbs4261 , our usual policy is to upgrade to the latest version available, but set minimum version to what is required to make everything work. This helps to "future-proof"...

[Notes about linking and binary distribution] For linking TBB, recommendation is to link dynamically. For C++ binaries and applications, we will distribute TBB DLL along with the Open3D DLL. https://github.com/oneapi-src/oneTBB/issues/646...

https://www.open3d.org/docs/release/tutorial/core/tensor.html

I get this warning on running the example: `[Open3D WARNING] [ViewControl] ConvertFromPinholeCameraParameters() failed because window height and width do not match.` Needs a look.

Looks good. We can merge after testing. Thanks!