Onur GÜZELDEMİRCİ

Results 9 comments of Onur GÜZELDEMİRCİ

Hi, I_ want to create an HDF5 data set using only one object STL data like ModelNet40 data set.... Any idea?

JMParker-KR, I'm not sure I understand ... There are 3 different things I need to create with stl file for hdf5. 1. Data (it's okey X, Y, Z) 2. Label...

thanks, right now i added the stl points to hdf5. Next, pid values of these points remained. How can I do that?

I was using Qt 5.13 , It's worked with Qt 5.15 Thank you

Hello, I'm having trouble installing scipy, scikit image and some packages on Jetson Nano. How did you install those packages? Best Regards, Onur Güzeldemirci

Hi, I encountered this error, you can try change opencv --> opencv4 in makefile. The problem for me was solved. And You should use opencv 4.5.22

You should install "MinkowskiEngine v0.4.3" https://github.com/NVIDIA/MinkowskiEngine/releases/tag/v0.4.3

Hi, When I run train.py "python3 train.py ./configs/pairwise_registration/train/OANet.yaml" Doesn't enter the For Loop(line 103 'for batch in train_loader:') But I have extracted FCGF feature descriptors, established the correspondences, and save...

This may not be enough for an accurate registration. After what you have to do, applying the icp algorithm(gpu icp to be faster) might fix the problem. I am currently...