Pei JIA

Results 67 comments of Pei JIA

@andrewssobral Indeed, Andrews Sobral, it seems **bgslibrary 2.0.0** conflicts against **OpenCV4** ...

Same here... On **X86_64**. Any solutions?

@aitorme ```console ➜ ~ python --version Python 3.8.10 ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal ```

Check my commit [https://github.com/isl-org/Open3D/commit/51e160bd848ca849398cac2020acbb76c8f9b986](https://github.com/isl-org/Open3D/commit/51e160bd848ca849398cac2020acbb76c8f9b986)

What about **utility::LogError()** ?? Given an example: File `Open3D/cpp/open3d/t/geometry/kernel/NPPImage.cpp`, around line 135~137: ```c++ if (it == type_dict.end()) { utility::LogError("Invalid interpolation type {}.", interp_type); } ``` its declaration is in `Open3D/Open3D/cpp/open3d/utility/Logging.h`,...

@mmeterel Thank you so much ... I got a **AMD Ryzen Threadripper 3960X 24-Core Processor** CPU, with **NVidia Geforce 2080 Ti** GPU. It seems I need to have **hipSYCL**.. Am...

Thank you @mmeterel ... I still have some conern: - Is [ISPC](https://github.com/ispc/ispc) specifically for Intel chips and Intel chips **ONLY** ?? What if I have a **AMD** chip? - If...

Bugs: ```console error: ‘onnx2trt_onnx::optimization’ has not been declared ``` It looks **onnx-tensorrt** is still based on **onnx** of 2 years ago ?

It looks like an issue from https://github.com/onnx/optimizer. I should have installed both **onnx**, as well as **onnx_optimizer**.