paulcx

Results 51 comments of paulcx

I'm wondering if the pascal_voc (class parts) is only one file which needs to be modified for trainning own dataset.

From my experience, there only one place in pascal_voc.py needs to be modified for just training. you would need to change similar place and create a different network architecture for...

@indiejoseph 请问如果要做多分类,应该怎么改?

@indiejoseph 谢谢,另外怎么看目前的 CNN-RNN 文本分类,在文本分类上会有大幅度提高吗?

@indiejoseph 正在试着改Multi-labels多分类,是把这两部分改成 上文提到的对吗? self.predictions = tf.argmax(self.scores, 1, name="predictions") losses = tf.nn.softmax_cross_entropy_with_logits(self.scores, self.input_y)

@indiejoseph 谢谢,建议迁移到tf 1.0上,花了不少功夫还是有些兼容问题没调通。

@ericj974 How did you deal with the weights? I got similar errors like @chenyuZha got. Any progress?

@ericj974 Have you tried the other backbone models like inception resnet v2?

Another error when trainning: kittivoc_train kittivoc_val kittivoc_trainval kittivoc_test kittivoc_train kittivoc_val kittivoc_trainval kittivoc_test kittivoc_train kittivoc_val kittivoc_trainval kittivoc_test nthu_71 nthu_370 Traceback (most recent call last): File "./faster_rcnn/train_net.py", line 30, in from lib.networks.factory...

@Zardinality I have tried both solutions but they don't work so far with same error. g++ -std=c++11 -shared -D_GLIBCXX_USE_CXX11_ABI=0 -o roi_pooling.so roi_pooling_op.cc \ roi_pooling_op.cu.o -I $TF_INC -fPIC -D GOOGLE_CUDA -lcudart...