Giter Club home page Giter Club logo

autometric's Introduction

Welcome ๐Ÿ‘‹

  • ๐Ÿง Interested in Artificial Intelligence.
  • ๐ŸŽ“ Graduated from East China Normal University with degree of M. S. in computer science.
  • ๐Ÿ“š Like Games. Wants to be an Indie Game Developer
Some other achievements...
  • ๐ŸŽ‰ Tensorflow Certified Developer. ๐Ÿคช

Languages and Frameworks



GitHub Statistics


Take a look at my repositories and let's get in touch!

visitor badge


autometric's People

Contributors

deeptrial 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

Watchers

 avatar  avatar  avatar

autometric's Issues

Calculation for a massive dataset

Hi,
Thanks for providing useful tools.
I want to calculate the ROC but for almost 4000000000 (4B) images. Do you have any suggestion to optimize the code?
Thanks for reading.

Error in MAP value

I am getting very good segmentation performance with my custom dataset, however, when I tried to plot the precision recall curves and ROC curves, the ROC curve turned out to be good but the MAP value was the least, however, my precision recall curve was very close to ideal. I have attached the PR graph [herewith:]
V-Net performance_PR
)
Is there an issue with the MAP formula used in the autometric code?
MAP = np.round(np.sum((Precision[1:] + Precision[:-1]) * (Recall[:-1] - Recall[1:])) / 2.,4)

Thanks for your help.

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.