faster-rcnn-rgbd icon indicating copy to clipboard operation
faster-rcnn-rgbd copied to clipboard

Two stream Faster-RCNN evaluated on NYU Depth V2 dataset for RGBD object detection task.

Results 8 faster-rcnn-rgbd issues
Sort by recently updated
recently updated
newest added

Hello, When I run train.sh script, I get this error. Can someone tell me why this is happening? My guess is that since there is no unet_models.py file, rather only...

Hello, Can anyone explain me what are the functions of the following operators? > b43e1a358b5853ffb749ac931c9cd97a6dccf862 Thanks.

Hello, I have some problem about dataloader. Could someone gave me some help? $ python3 train.py train --env='fasterrcnn' --plot-every=20 ======user config======== {'caffe_pretrain': False, 'caffe_pretrain_path': './vgg16_caffe.pth', 'concat_layer': 1, 'data': 'voc', 'debug_file':...

in ur utils/array_tool.py, you use t._TensorBase but when I run the code, it turns wrong and pops up: AttributeError: module 'torch' has no attribute '_TensorBase'

I understand that I can get RGB or depth results by simply changing line 127 in $data/voc_dataset.py. However, I do not know how to get the RGBD results. I would...

there is a problem in line 248 of trainer.py: meter.add(loss_d[key]) TypeError: can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. how to solve...