SunshineAtNoon

Results 25 issues of SunshineAtNoon

Through this is a python wrapper, it seems that MATLAB is needed for compiling some files, do I have any other ways to run selective search codes without installing MATLAB?...

I modified train_net.py to use cpu for training. I also disabled MATLAB and use the pre-computed selective search bounding box for VOC2007. However, I got this error during training: ```...

Hi, the mesh reconstruction code seems doesn't include the texture prediction part, could you add it?

Thanks for making the code public. This is a great work! This issue is not about the code, but I feel a little confused about the 11th equation in the...

Thanks for open-sourcing this awesome project! In the [DCFNet.py](https://github.com/foolwood/DCFNet_pytorch/blob/master/track/DCFNet.py#L57), I notice you padded the template twice large as you did with the search region. Could you please shed some lights...

Hi! Thanks for open-sourcing this awesome work. I have one question about the differentiable renderer, if I have a batch of SVG parameters with the same dimension, can I render...

I have successfully make the project, but I can't find how to run the code. I tried to run BING_linux, but I got this error: ``` OpenCV Error: Assertion failed...

I don't see any logistic function code in 2_logistic_regression.py, is this really code for logistic regression?

Hi, Thanks for this awesome work, I'm trying to train it on my own dataset, so I am exploring how to organize my data. I notice that for unmatched images,...

Awesome project! I use Keras 0.32 with theano backend and add the callback in model.fit_generator() function, but nothing appears on my webpage. Did I do anything wrong? I did get...