Xiaochuan Li
Xiaochuan Li
I'm not familier to this. when i make in /lib, there come a lot warnings, i'm not sure if it can work. Could anyone answer my question... I'm truely confused......
Sorry I just cannot solve this when I run train_net.py using python ./faster_rcnn/train_net.py --gpu 0 --weights ./data/pretrain_model/VGG_imagenet.npy --imdb voc_2007_trainval --iters 70000 --cfg ./experiments/cfgs/faster_rcnn_end2end.yml --network VGGnet_train --restore 0 --set EXP_DIR exp_dir...
Here's my problem...Could anyone tell me how to solve it?? gcc.exe: error: /Qstd=c99: No such file or directory error: command 'C:\\Anaconda2\\Scripts\\gcc.exe' failed with exit status 1
Very thankful for this great code and sorry for the bothering. During the pre-training stage, I want to set the batchsize much bigger for a quiker convergence, when I found...
Sorry for this bothing. Did the visn-lang-attention shares the same weights with the lang-visn-attention in the cross layers? It confuses me if the performance could be better when they uses...
I run train.py toward my own data_path _train_file_path = os.path.expanduser('/home/wang/Li_XC/KSFRCNN/data/VOCdevkit/VOC2012/ImageSets/Segmentation/train.txt') #Data/VOClarge/VOC2012/ImageSets/Segmentation val_file_path = os.path.expanduser('/home/wang/Li_XC/KSFRCNN/data/VOCdevkit/VOC2012/ImageSets/Segmentation/val.txt') data_dir = os.path.expanduser('/home/wang/Li_XC/KSFRCNN/data/VOCdevkit/VOC2012/JPEGImages') label_dir = os.path.expanduser('/home/wang/Li_XC/KSFRCNN/data/VOCdevkit/VOC2012/SegmentationClass')_ But I got a very very low IOU matrix when...