Qi (Claire) Chen

Results 8 comments of Qi (Claire) Chen

My mAP was also 0 when lr_max was 1.5e-4, but when I set it to 3e-3, it worked. Unfortunately I still couldn't reproduce the author's pointpillar result. Second is also...

> We run test_siamrpn.py on DTB70,uav123 datasets, and the result shows fps is only about 10,but in paper it said 'The Siamese-RPN runs at 160 FPS while achieving leading performance...

> Use the following command to train the model, but model is not produced after the training. > python train_siamrpn.py --dataroot=/home/***/projects/firefox-downloads/Siamese-RPN-pytorch-master/vot2013 --lr=0.001 --checkpoint_path=/home/***/projects/firefox-downloads/Siamese-RPN-pytorch-master/pretrainedModel/weights-0690000.pth.tar Moving https://github.com/songdejia/Siamese-RPN-pytorch/blob/master/code_v1.0/train_siamrpn.py#L247 to the loop of https://github.com/songdejia/Siamese-RPN-pytorch/blob/master/code_v1.0/train_siamrpn.py#L89...

> The code runs only on CPU. I guess the error arises due to the this message: > " Your CPU supports instructions that this TensorFlow binary was not compiled...

> The box index should be IntTensor but not int8 Qi (Claire) Chen 于 2019年3月12日周二 上午6:53写道: > […](#) > Hi I tried to test ROIAlign on images with rois =...

How about using torch.nn.parallel.DistributedDataParallel but only running on one node with 8 gpus? Does this repo work?

> Hello > > When I try to execute the python code from the file "op_test_vs_pydensecrf" I receive an error because an argument in not set in the call of...

> Hi, when I make the op, an error reported: > `/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float`to`np.floating`is deprecated. In future, it will be treated as`np.float64...