Andres

Results 7 issues of Andres

Hello @kuanghuei , First congrats for your paper and repo. Since your repo uses the precomputed visual features from the Bottom-up model, but sadly if somebody wants to use your...

Hello @tonghe90 , At the moment it is impossible to compile your caffe version due to the following error: CXX src/caffe/layers/base_conv_layer.cpp In file included from ./include/caffe/common.hpp:19:0, from ./include/caffe/blob.hpp:8, from ./include/caffe/layers/reverse_axis_layer.hpp:6,...

Hello @tonghe90 , I have been experiencing a lot of errors, after a while these errors appear. The following is the output of: make all -j 8 I have followed...

Hello, I am trying to build the project by executing ./make.sh But I'm having the following error locating the file roi_pooling_kernel.cu.o I am using: gcc 4.9 CUDA Version 8.0.61 CudNN...

When training, at evaluation time, the function construct_N_with_KNN outputs an error in the following line: index_N_neighbours[i] = cand_nearest_i2t[index_i_txt-1:index_i_txt+2] The error is: ValueError: could not broadcast input array from shape (2)...

Hello! Congrats for your implementation. Currently I am working in a similar project but implementing it with full Yolov2 instead of tiny yolo. I was thinking of using a similar...

Hello @thtrieu As it is stated on the guide, if I want to use the tiny-yolo-voc.cfg I need to set up the formula according to the classes as: num *...