Tomasz Malisiewicz

Results 29 comments of Tomasz Malisiewicz

I have been trying to do this for a while, but I cannot get the apache configuration to work. If somebody who has set up LabelMe on Ubuntu many times...

Hi @sirotenko, Something equivalent to the contents of your bash_history file (basically the steps you took from a fresh Ubuntu 14.04) is pretty much what goes inside the Dockerfile. I...

There are two different types of calibration which can be used: 1) Per-exemplar calibration by fitting a sigmoid. This is a minor variant of "Platt's method" for converting SVM outputs...

@asundrajas, you have the correct intuition for obtaining alpha and beta. To shift the decision boundary, just create a new classifier with weights w' and offset b', such that applying...

Hi Anjan, Before calibration you should expect the scores of the classifier to be negative, even on the positives. What you are observing matches my intuition. When testing, you shouldn't...

Sweet, Let me check this out, and I will push this into the main branch once I make sure it doesn't break anything! Will let you know once the change...

Hi Liang, Sorry I haven't been able to get to you sooner, but lots of us vision hackers are busy with tomorrow's ECCV submission deadline. I suspect that this compilation...

Hi Liang, I'm glad you got libsvm compiled. I ran into the same exact error when I had to use libsvm for some experiment just a couple of days ago....

Hi Liang, When dealing with a video, you will get a cell array of function handles, so when you call "I=convert_to_I(bg{i})", it will call ffmpeg on the fly. md5 is...

Hi Zhen, I unfortunately don't even have access to a Windows machine. I know there have been some requests for a windows version, but none of the researchers I'm around...