GithubHelp home page GithubHelp logo

zijundeng / r3net Goto Github PK

View Code? Open in Web Editor NEW
119.0 3.0 30.0 12 KB

Code for the IJCAI 2018 paper "R^3Net: Recurrent Residual Refinement Network for Saliency Detection"

License: MIT License

Python 100.00%
deeplearning computervision saliency-detection

r3net's Issues

Inference: ZeroDivisionError: float division by zero

Are there any fixes for this?

~/R3Net$ python infer.py load snapshot '6000' for testing rwh ./ckpt R3Net 6000.pth Traceback (most recent call last): File "infer.py", line 102, in <module> main() File "infer.py", line 93, in main [rrecord.avg for rrecord in recall_record]) File "/home/ubuntu/R3Net/misc.py", line 67, in cal_fmeasure max_fmeasure = max([(1 + beta_square) * p * r / (beta_square * p + r) for p, r in zip(precision, recall)]) ZeroDivisionError: float division by zero

The model file

Can you tell me why the model can't be modified?
For example, After i changed the stride in resnet_101_32×4d.py, it would be wrong since the change

No module 'resnext101

Hello, thank you for sharing the code for us to learn the paper.When I run the program,there is a probelm ,which is"File "D:three\R3Net-master\resnext_init_.py.,line 1,in from resnext101 import ResNext101, ModuleNotFoundError:No module 'resnext101'. ".resnext101.py exists. I don't understand why this is a mistake,.May I ask you for help?thank you very much.

Optimizer selection

Hello, first of all, thank you very much for your code.May I ask if your optimizer has tried Adam and RMSprop?I think the optimizer you used in your code is SGD. May I ask whether it was selected after testing, or just this one?I feel in the training process using SGD in the training speed is relatively slow, but the effect is quite good.

Novel Methods

Congralation! However, please make a big contribution for our papers in the future. The existing works in your group seem that they are mostly modified from previous pubilic works in other group! This is not a good idea for community.

参考文献样式

您好,请问能提供一份IJCAI参考文献的endnotes样式给我吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.