euwern

Results 8 issues of euwern

Hi can someone tell me why is the inds of order in line 35 of nms.py get incremented? Wouldn't that mess up the inds? If I understand the code correctly,...

First of all, I would like to thank you for sharing your implementation on github. After running my experiment on cifar-10 and computing the inception score, I discovered that the...

I grab the image from Camelyon16 dataset according to the provided meta.csv file, but the extracted image isn't the same as the image found in hdf5. Is there anything wrong...

My development environment is XAMPP in windows. I am trying to test delicious.php in my machine. I am getting error in common.inc.php file: Warning: session_start(): open(/tmp/\sess_4ioppa56l1sdtism0cmadosut5, O_RDWR) failed: No such...

I tried to run "experiments/script_faster_rcnn_demo.m" as specified in the instruction, and my matlab crashed with the following crash report I ran the code in Ubuntu 14.04. I hope someone can...

my intention is to save a list of strings from lua to mat file. ``` t = {} t[1] = 'Tom' t[2] = 'Jerry' matio = require 'matio' matio.save('test.mat', t)...

Hi, in your pascal context loader "data/pcontext_loader.py", you call a module namely "Detail". Can you share the code for this customly made module? Specifically, I wonder how you split the...

For the style encoder on line 256 of main_dpt.py. https://github.com/DiffPoseTalk/DiffPoseTalk/blob/581d6619778562619b00f11f2da76313c9353570/main_dpt.py#L256 During inference (test time), are you extracting style from expression and pose parameters in the Ground Truth?