jackz
jackz
Hi, Nice job! When I read your code in the line 148 in the "test_models.py", I was some confused, Was it stand for the validation number of dataset?
Hi, nice work! When I used your code, I met the following error File "/data2/voxelnet/H-23D_R-CNN-main/pcdet/datasets/kitti/kitti_dataset.py", line 439, in save_path=ROOT_DIR / 'data' / 'kitti' File "/data2/voxelnet/H-23D_R-CNN-main/pcdet/datasets/kitti/kitti_dataset.py", line 387, in create_kitti_infos dataset...
Hi, nice work! Thank you for your code. I found that the project did not contain the code of coco experiments. Could you please offer the code? Thank you!
Traceback (most recent call last): File "/home/data2/mprm-master/training_mprm.py", line 201, in model = KernelPointFCNN(dataset.flat_inputs, config) File "/data2/mprm-master/models/KPFCNN_mprm.py", line 89, in __init__ self.inputs['last_batch_ind'] = flat_inputs[ind] IndexError: tuple index out of range Creating...
Hello, nice job! I was sorry to bother you abount scannet dataset. I want to know more about the dataset, which version(v1 or v2) did you use? How much memory...
Hi, nice work! Could you please offer the web and caltech-256 that your used, including images and image level labels? Thank you very much!
Some bug
Hi, nice job! When I ran the code, I met the following error: x = transforms.RandomResizedCrop(self.image_size, interpolation=Image.BICUBIC)(img) File "/home/harry/anaconda2/envs/css/lib/python3.6/site-packages/torchvision/transforms/transforms.py", line 387, in __call__ i, j, h, w = self.get_params(img, self.scale,...