Hetali-Vekariya

Results 11 comments of Hetali-Vekariya

Hi, How did you resolve `ModuleNotFoundError: No module named 'second`'? I am facing the same error. I have updated PYTHONPATH = path_to_repo/second.pytorch then source ~/.bashrc but still I get ModuleNotFoundError:...

Hello, I tried running second.pytorch 1.6.0 code with the latest spconv 2.x but I got no success. but then I installed SPCON v1.2.1. And It worked fine. Don't know how...

Hey, did you find the solution for this? I am facing the same error.

Hello, Thank you so much for your quick reply. I really appreciate that. I tried running this command but python -m second/create_data kitti_data_prep --data_path=KITTI_DATASET_ROOT it is still not working. I...

I found the solution. You don't need to run create.py file from second.pytorch folder. You can run from second folder(In my case `June/second.pytorch/second`). `ModuleNotFoundError: no module named 'second'.` You need...

> It worked ! (Almost of 0.00 but this may be caused by different kind of issue ) > > ```shell > Evaluation official > Car AP(Average Precision)@0.70, 0.70, 0.70:...

> While training the network using the command `python ./pytorch/train.py train --config_path=./configs/car.fhd.config --model_dir=model_dir` I get a Segmentation Fault. Seems it is the issue with Numba and jit in the file...

> @traveller59 Hi, There is no GUI in my server. So I try to open "Kitti Viewer Web" on another computer. However, Nothing happened and I got these errors :...

Hi @Allamrahul, Did you follow the steps mentioned in issue #484 ?

I was facing the same error. I am able to successfully run `python setup.py bdist_wheel`. You need to make sure cmake >= 3.13.2 is installed and add cmake executables to...