RyanCV

Results 19 comments of RyanCV

@davheld Hi, @rao1219 I want to increase the searching area during the test using VOT2014, do I need to retrain the model or just change the parameters in 'helper/bouding_box.cpp' including...

@joncox123 by the way, where can I find '~/mnist_full.mat' in order to run your example?

@joncox123 , if I want to design a network only has one hidden layer (including one Fully_connected layer + ReLU), and the output layer is only Fully_connected layer, is the...

@noirblack Hi, where did u add the following code to solve the problem? Thx. ``` if CUDA: module = module.cuda() module_list.append(module) ```

Hi @ayooshkathuria , I use pytroch with torch Version: 0.4.0 but got the following errors, could you give some help? Thanks. ``` **python detect.py --images dog-cycle-car.png --det det** Loading network........

If I install liblinear and libsvm in the same matlab, will they conflict with each other? Are there any functions in liblinear and libsvm are the same?? thanks.

@gaohongfein Did you figure out why 6 is here p1 = torch.rand(10,1000,6)? I also have segmentation error when I use 3 here p1 = torch.rand(10,1000,**3**) @fxia22 thanks.

@fxia22 For the version of pytorch, in the readme it said `pip install http://download.pytorch.org/whl/cu80/torch-0.1.11.post5-cp27-none-linux_x86_64.whl ` but it cannot compile emd in pytorch-0.4, any solution? Because I found those two versions...