chalth

Results 9 issues of chalth

Hi, when I run 'setup.py',i got follwing mistakes. I used the ubuntu18.04, cuda driver 10.2, python3.6, pytorch1.6.1, gcc 7.5.0,how can i deal with it ?...thx Building wheel for pointnet2-ops (setup.py)...

Traceback (most recent call last): File "train.py", line 79, in main(config) File "train.py", line 57, in main trainer.train() File "/home/lthach/DeepGlobalRegistration-master (1)/core/trainer.py", line 135, in train self._train_epoch(epoch) File "/home/lthach/DeepGlobalRegistration-master (1)/core/trainer.py", line...

Hi, when I run 'setup.py',i got follwing mistakes. I used the ubuntu18.04, cuda driver 10.2, python3.6, pytorch1.6.1, gcc 7.5.0,how can i deal with it ?...thx Building wheel for pointnet2-ops (setup.py)...

Hello, when i tried to train the model, i meet with this error. Do you konw how to deal with this? Traceback (most recent call last): File "train.py", line 174,...

Hi, when i use the distributed mode with running CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node 3 trainval.py, the error below occurred. Do you know the reason? [2022-09-23 09:28:23] [INFO] Reducer buckets...

Can you tell me how to draw Figure 17 in the paper, or how to resize the key points open3d.visualization.draw_geometries, thank you very much!

Hi, your work is excellent! However, I have a question to confirm. In the comparison algorithm, the downsampling rate of the original 'predator' is 2.5cm, while 'geotransformer' has a 5cm...

Hi, I have seen your presentation video of PointDSC, it's beautiful! Besides, I want to know something about the training dataset of the experiments of the 'predator+pointdsc', Did you use...

Hi, how do you calculate the overlap rate using the geotrans descriptor? My understanding is that geotrans learns descriptors between two point clouds, so the same scanned point cloud with...