Giter VIP home page Giter VIP logo

Comments (4)

xuelunshen avatar xuelunshen commented on September 25, 2024 1

@skrish13
of course, but recently I am busy with ddl, so can you wait a few more weeks?

from rfnet.

xuelunshen avatar xuelunshen commented on September 25, 2024 1

@skrish13

The file name e121_NN_0.480_NNT_0.655_NNDR_0.813_MeanMS_0.649.pth.tar comes from the code in evaluate() function:
https://github.com/Xylon-Sean/rfnet/blob/f6b54087f27caf84103806393c166c4d78d14613/train.py#L408

You could see, we call this evaluate() function on Line 423 and send a parameter called val_data
https://github.com/Xylon-Sean/rfnet/blob/f6b54087f27caf84103806393c166c4d78d14613/train.py#L423

The val_data defined on Line 214.
https://github.com/Xylon-Sean/rfnet/blob/f6b54087f27caf84103806393c166c4d78d14613/train.py#L214

Therefore, the first question is

If so, this is on which data exactly?

The answer of this question is

The evaluation data comes from line 236 to 265 in hpatch_view.csv

The second question is

what is MeanMS?

The answer is

meanms = (PreNN + PreNNT + PreNNDR) / 3
on
https://github.com/Xylon-Sean/rfnet/blob/f6b54087f27caf84103806393c166c4d78d14613/train.py#L406

from rfnet.

skrish13 avatar skrish13 commented on September 25, 2024

Also, could you share the split of train (&val) and test scenes on HPatches?

from rfnet.

skrish13 avatar skrish13 commented on September 25, 2024

This is great! Thanks for the detailed response :)

from rfnet.

Related Issues (20)

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.