994374821
994374821
How to use Global: graph-base reasoning model that described in your paper? Does the model include Global: graph-base reasoning model When I use the command "./experiments/scripts/train_memory.sh 0 ade local 28...
How to calculate the number of people in one picture? Can I just sum the normalized pred_map in your test.py? for exmaple: `pred_map = net.test_forward(img) pred_map = pred_map.cup().data.numpy()[0,0,:,:] pred =...
` 1. // mean filtering of the distribution 2. Dtype sum_filter_pdf = 0.0; 3. std::vector filter_pdf(bins_+1, Dtype(0.0)); 4. for (int i = fr; i
I have some confusion about backward of NoiseTolerantFRLayer, why when skip_ is True, bottom_diff multiply zero? why not just return as the situation "iter_
How to test the upsampling effect of autonomous driving point cloud data, such as nuscence dataset. How to generate .xyz data, do I need to fuse frame-by-frame point clouds first?
Is the models released Corresponding to the training phase? when I test convert.py using RepVGG-A1-train.pth, report the following error message: `RuntimeError: Error(s) in loading state_dict for RepVGG: Missing key(s) in...
how many steps in every epoch when train stage? And how many epoch when train rpn_stage1, fast_rcnn_stage1, rpn_stage2, faste_rcnn_stage2? Thanks!
Ubuntu 14.04.2 GPU:TITAN X; Driver Version: 375.39 CUDA8.0; cudnn 5.1.5 python2.7; numpy1.8.2 mxnet 0.12.0 How to solve this problem? Thanks!