Raphael Espanha

Results 3 issues of Raphael Espanha

When trying to run de command dedupe_geojson example1.geojson example2.geojson -o /outputs I'm getting the following error: _**Traceback (most recent call last): File "/usr/local/bin/dedupe_geojson", line 16, in from lieu.address import Address,...

when loading the model from file: model = PretainedRegistry.from_file(pcd_model[choice_model], mock_property={}) results in the following: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_27968\3205507908.py in ----> 1 model = PretainedRegistry.from_file(pcd_model[choice_model]) ~\Anaconda3\envs\torch3d\lib\site-packages\torch_points3d\applications\pretrained_api.py in...

First of all, thanks so much for sharing these tutorial code/snippets. It is for sure, a great contribution for PCL beginners. I am having an issue in the following line:...