AmeerHou

Results 19 issues of AmeerHou

![WeChat Screenshot_20220303172729](https://user-images.githubusercontent.com/68210031/156536159-82f00f06-5c87-4b6e-87ae-63581647b5b5.png) ![WeChat Screenshot_20220303172741](https://user-images.githubusercontent.com/68210031/156536168-c8693cc6-5a8c-476e-b091-b65375c04817.png)

Hello, I saw that ME.MinkowskiToDenseTensor can convert sparse tensors into torch tensors in the document, but the result is that MinkowskiDenseTensor still cannot use the torch function. Thanks.

Hi,I am a beginner of MinkowskiEngine,I don’t know how to understand the M matrix in completion.py. It would be greatly appreciated if you could help me. Thanks.

Hello and many thanks for the open source code. When I installed MinkowskiEngine by local MinkowskiEngine, I got the error “ RuntimeError: Error compiling objects for extension ”. I am...

I get a result with different color in CUDA11.1+cudatoolkit 11.0.2+pytorch1.7.1

Hi! Thank you for your interesting work. When I tested the demo, I got the error about 'feat_model'. How to get this “feat_model”? In addition, according to the current version...

Hello, I have a problem when I use your cal_overlap.py file to get a point cloud with a degree of overlap higher than 30%. I only get a file with...

Hi! When running 'cmake -DTEASERPP_PYTHON_VERSION=3.6 .. && make teaserpp_python' in cinnamon system, I got the error: ``` CMake Error at /home/vge/miniconda3/envs/teaser/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) Call...

Thanks for your work. I meet some issues using teaser++. How do I get the keypoints data? If I want to register my own two data, but I don’t have...

Hi, when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars". What is the reason of this? Best Regards