EML-NET-Saliency
EML-NET-Saliency copied to clipboard
Great work! I‘d really like to cite it in my work, but here is one point needs to be confirmed: Are the models (e.g., 'res_decoder.pth', 'res_imagenet.pth', and 'res_places.pth') in the...
I can get the function to work on the example/115.jpg file but not on any of my own they are standard 1920x1080 .TIF image files I can't even seem to...
Could you please share the validation metrics which you have used and also the validation results on the SALICON dataset. Thanks
Can you share your pre trained model?
Is there any way to get good heatmap, form saliency map and original image, I am trying blending techniques etc but these are not good , some time face problem...
I am just little confused why the backbone here is changed to resnet-50 but not the densenet-161 described in the paper.
Resolves #10.
The following code in the `SaliconLoader.py` file ```py imgs = make_trainset(root) if not imgs: raise(RuntimeError("Found 0 images in folder: " + root + "\n")) ``` is attempting to concatenate a...
I tried to run the command: python train_resnet.py ~/salicon imagenet_resnet --model_path backbone/resnet50.pth.tar but the codes need the pre-trained model "resnet50.pth.tar". Further, I made my best to find the file "resnet50.pth.tar"...
What is the virtual running environment /requirements / depencies?e.g cudatoolkit version, cudnn version, and the versions of related packages.