Abdullah Jamal

Results 10 issues of Abdullah Jamal

I was wondering, if fine-tuning the encoder part on ModelNet40 would help increase the performance over the top of PointNet?

Hi, Are you calculating instance accuracy or average class accuracy? if you're reporting average class acc, then shouldn't it be confusion.aveargeValid? I think confusion.totalValid gives you the total accuracy. In...

How many tasks did you use to calculate the mean accuracy and confidence interval. From the code, it looks like that the number of sample used here is 10k for...

Hi, I want to highlight about the resize function. A snippet of code where I'm getting an error about resize is follwing term1 = term1 or input.new() term1:resize(input:size() "function torch.FloatTensor.resize...

Hello, Thanks for the great work. Can you please also provide the model weights for Swin-L for video action recognition (e.g., Kinetics-400) ? Thanks!

Hi, thanks for the great repo. I was wondering when are you planning to release the code for the baselines like fastVid and fastVid + temporal conv? Thanks!

Hi, I'm trying to run visualize_lang.py in eval_lang.lua, but I think the url link to mscoco images i.e. 'http://tlberg.cs.unc.edu/vicente/game-code-general/admin/imgs/' is not working. Is there any other url link where mscoco...

Hi, I'm trying to estimate probabilities using liblinear by passing '-b 1' as an option but getting a nil error. - \- liblinear.predict(test_data,model ['-b 1']) like this. Am I writing...