amlarraz

Results 8 issues of amlarraz

Hey! Thanks for yoor work @Vladkryvoruchko , somebody have new links to dowload the weights in .npy format?? I want to train the net from a pretrained model and the...

Hi! First of all thanks for the code! But I tried to make the densecrf, but got the following error. Cannot figure why? ``` In file included from libDenseCRF/bipartitedensecrf.cpp:27:0: libDenseCRF/densecrf.h:66:23:...

Fixed the spurious to make it according with the note in line 310. If the spurious detection label is in the label-set, +1 in the spurious count for this label,...

Hi, I've tried to use your loss implementation using pytorch 1.4 and the network do not learn anything. This is because you've used Variable to define some tensors in the...

Hi! I trained the model but the mAP is so low, I think is because I used the worng pretrained model, wich is the pretrained imagenet model can I use??...

Hi! First of all, thanks for your work! I have an issue when run make: `In file included from test_densecrf/simple_dense_inference.cpp:31:0: test_densecrf/../libDenseCRF/densecrf.h:116:23: warning: unused parameter ‘o’ [-Wunused-parameter] DenseCRF(DenseCRF & o) {}...

- Added model_weights param. - Fixed problem when you want to use cpu to infer. - Fixed problem with torch and setup. - Fixed imports. - Update test. - Update...