Giter Club home page Giter Club logo

mfnet-pytorch's People

Contributors

haqishen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mfnet-pytorch's Issues

Computation of IoU

When trying to replicate your findings I noticed an odd detail about the calculation of the mIoU. It concerns the formula (2) in the paper.
The outer sum, as claimed in the text, iterates over i=2..n in order to compute the average IoU over all classes except background (which corresponds to i=1). My issue is with the inner sum, also iterating over j=2..n. This does not seem correct to me as it effectively disregards all pixels that are marked as background by either the ground truth or the model. In the extreme case, this would mean that a class, where only one pixel of ground truth and model output overlaps, is awarded an IoU of 1.0 if all the remaining pixels are background.

To measure the error incurred, I used the model weights saved in the repository to redo the mIoU calculation, and obtained a value of 0.290 instead of 0.649, as claimed in the paper.

Is there a specific reason for this way of calculating the IoU and/or a reference you could point me towards?

Difference between code and paper fomula about classAvg

I'm confused about conf[:,cid] = cf[:,cid]/cf[:,cid].sum() in calculate_result() function(util.py).
In this paper and other papers, the definition of class accuracy is: $\frac{P_{ii}}{\sum_{j} P_{ij}$,
in this way, the code should be conf[cid,:] = cf[cid,:]/cf[cid,:].sum()

Failed to download dataset

Excuse me,I am very interested in the data set of this paper. But I failed to download the dataset. If you are free, can you send it to my email? I would appreciate it. My emails: [email protected]

Cant access dataset

Please give access for dataset, the website link in readme file is not working

Problem about Python version

Thanks for sharing your code here!

Environment: Anaconda(python 2.7x)+Pytorch0.4.1
Problem: Continuous error occurs when trying to run the demo

It seems to be python 3.x considering the print function you use in your code, is that right?

How was the data labeled?

Hello. I just took a look at your great work and played around with your dataset and scripts and was wondering how you labeled your dataset? Is it in the yolo-style?

About the dataset

I want to ask about the dataset 'images'. I find that the input images are all four channels and I want to know how it is made from the rgb input and the thermal input.

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.