Navaneeth Suresh

Results 35 comments of Navaneeth Suresh

@xmyqsh sure, will do. But, I'm not doing any training. I've used the pretrained models given in the `README` which reproduces the published results. I downloaded from [this](https://drive.google.com/open?id=1YOpgRkBgmSAJwMknoXmitEArNitZz63C) link from...

@xmyqsh I'm really sorry. I couldn't get much info from your statements. Do you mean that it is a bug in the codebase, I need to fix it and train...

Also, is there any chance that the `spconv` module is not working properly (at least in my local setup)?

@USTC-Keyanjie Nope, haven't solved it.

@jhultman I'm on `master` branch. What did you mean by pretrained model on V1.5. I've checked `V1.5` branch. Haven't seen that. The pretrained weights are in the google drive link,...

@jhultman I'm getting the following error on running after switching to `v1.5`: ``` (base) navaneeth@mousebox:~/workspace/3d-object-detection/second.pytorch.v1.5/second$ python pytorch/train.py evaluate --config_path=configs/car.fhd.config --model_dir=second --measure_time=True --batch_size=1 /home/navaneeth/anaconda3/lib/python3.7/site-packages/dask/config.py:168: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,...

@jhultman sorry for my last error message. i'd forgotten to run `create_data.py` after switching to `v1.5` branch. now, i ran your code snippet and it's working successfully and i got...

@jhultman awesome! i reinstalled `spconv` module after checking out to the commit number that you have mentioned. it works fine now. kindly update the README file. thanks!

@jinzhenmu Were you able to fix this issue? I'm getting the same error.