second.pytorch icon indicating copy to clipboard operation
second.pytorch copied to clipboard

SECOND for KITTI/NuScenes object detection

Results 121 second.pytorch issues
Sort by recently updated
recently updated
newest added

Here is the screenshot. Do anyone know why I can't get point cloud showed in it? And the eval bbox seems not right also... ![Screenshot from 2020-01-09 10-59-42](https://user-images.githubusercontent.com/10813880/72034463-0368af00-32d0-11ea-8cc0-8d6e0bd25343.png)

Hi Sir, I'm tried to export this project to onnx to run with NVIDIA TensorRT, I'm following the guidnace to install the prerequisites (numba scikit-image, Spconv, etc) on NVIDIA NGC...

Hi, I got an error when I'm trying train model. My command is python ./pytorch/train.py --config_path=./configs/pointpillars/car/xyres_16.proto --model_dir=/path/to/model_dir ERROR: Cannot find key: --config_path=./configs/pointpillars/car/xyres_16.proto Usage: train.py available groups: copy | json |...

I've uncommented the specific line in the config file plus generated the correct dataset but i'm experiencing always this error: Traceback (most recent call last): File "second/pytorch/train.py", line 298, in...

Hi, I'm trying to train a model from scratch on the nuscenes data using the nuscenes/all.pp.lowa.config (nothing changed). I might have not trained the model for long enough (only ~...

Hello, My issue lies in the generation of data files that looked completed. Kitti info train file is saved to /content/gdrive/MyDrive/voxel_data/kitti_infos_train.pkl Kitti info val file is saved to /content/gdrive/MyDrive/voxel_data/kitti_infos_val.pkl Kitti...

Hi, everyone. I confuse how to convert evaluation result to kitti label when I want to predict the model on kitti test data. In the latest version of train.py, evaluate...

I wanted replicate the results of this project so i wanted to ask if i can run it on cpu or i have to run it using gpu? And if...

Hi, @traveller59 ,Nice work! One question that I am confused is your recently updated "car.fhd.onestage.config", I notice that it just use one stage RPN instead of the original 2/3 stages....