DHPark

Results 12 issues of DHPark

when I change my '_config.yml' to https://github.com/poole/hyde/blob/master/_config.yml It occurs error. What's did I wrong?? Thanks ahead.

In `class RFB_a` **branch_3** below block is different from original paper. ```python self.branch3 = nn.Sequential( BasicConv(in_planes, inter_planes // 2, kernel_size=1, stride=1), BasicConv(inter_planes // 2, (inter_planes // 4) * 3, kernel_size=(1,...

Dear Author. What is the difference between RFB and RFB_E model?

![image](https://user-images.githubusercontent.com/20452919/32412210-c040ac32-c233-11e7-8058-2062f7e5a92b.png) While I use 'python -m src.data_preparation.stanford_ds_to_tfrecords' I got an error. So I upgade tensorflow-gpu(before activate tensorflow) and even upgrade tensorflow! but It didn't works ㅜㅜ I'm using tensorflow-gpu. Could...

How can I preprocess data to use your code?? Just by downloading 'Cats&Dog' and run your code occur error. Thanks.

When I build .sh file. This string occur. but no build error. I use gcc 4.9, cuda-9.0 Thanks ahead.

As I know .pcd in {.pcd / .pcd.label / .pcd.object} file is binary file. But if I execute pcd output as file it become text file. Is there are script...

When trying to test, > $./tools/dist_test_map.sh ./projects/configs/maptr/maptr_tiny_r50_24e_t4.py ./ckpts/maptr_tiny_r50_24e_t4.pth 1 The error below appeared. Does the following mean that mmdet3d is not installed properly? ``` File "/home/user/DATA_LOCAL2/MapTR/mmdetection3d/mmdet3d/ops/bev_pool/bev_pool.py", line 3, in from...

File "/home/user/XXX/SPICE/tools/train_self_v2.py", line 236, in main_worker train(train_loader, model, optimizer, epoch, cfg) File "/home/user/XXX/SPICE/tools/train_self_v2.py", line 472, in train images_trans.append(images_trans_l[idx_select[h], :, :, :]) RuntimeError: indices should be either on cpu or on...

The code appears to have used the ClusterResNet model instead of ResNet50 in the moco original code. What is the difference?