lnuchiyo

Results 9 comments of lnuchiyo

@wlwsea excuse me,have you solve the problem? i have meet the same trouble ,can you tell me some suggestion? thanks a lot!

astromme/FastMaskRCNN@24cf5dd i have fixed it .thanks but there is error in output when train: P2 P3 P4 P5 anchor_scales = [8, 16, 32] anchor_scales = [4, 8, 16] anchor_scales =...

@astromme thanks , but i have placed this file in /FastMaskRCNN/data/pretrained_models, this name is 'resnet_v1_50.ckpt'.

@Duankaiwwen @HuangBo-Terraloupe @xingbowei hello,thanks for your solution,but i do as you say ...there is this error: P2 P3 P4 P5 /usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gradients_impl.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of...

@Duankaiwwen thanks for your help,but there is still errors: coco_train2014*.tfrecord P2 P3 P4 P5 /usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gradients_impl.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a...

@Duankaiwwen thanks a lot. i am doing as you advice.can you share your "pip list" output. i want to know your cython version.because there is a new error after install...

@oneOfThePeople @liyi14 @phexic @wangg12 @yelantingfeng excuse me,i run demo.py ,there is a error: Traceback (most recent call last): File "demo.py", line 29, in from core.tester import im_detect, Predictor File "/home/cs/FCIS/fcis/core/tester.py",...

@BrianOn99 have you meet this error,compile mxnet there are errors: no matching function for call to ‘std::vector::push_back like this: g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -I/home/cs/mxnet/mshadow/ -I/home/cs/mxnet/dmlc-core/include -fPIC -I/home/cs/mxnet/nnvm/include...

@fangxu622 hello,i have this error: Traceback (most recent call last): File "demo.py", line 17, in from utils.image import resize, transform File "/home/cs/FCIS/fcis/../lib/utils/image.py", line 6, in from bbox.bbox_transform import clip_boxes File...