Giter Club home page Giter Club logo

biocaption's People

Contributors

dependabot[bot] avatar ipavlopoulos avatar marygeorgiou avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

karatzasbasil

biocaption's Issues

Document dataset

What's the form that a dataset needs to have in order to be processed by the code?

Missing leading underscores

Edit: I have now made a pull request that solves this issue and fixes the README file

I just started using this package so excuse me if I'm ever mistaken in any issues that I raise.
Using the package, I get a lot of errors about function names. Browsing through the files, I saw that the actual call names of those functions have a leading underscore. I made this issue yesterday with 1 line of code but now I'm editing it to reference more:

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/data/downloads.py#L14
(_get_logger might not need the leading underscore in dc/configuration.py, since it doesn't seem like a 'private' function from what I saw, so this line of code may be correct actually. Note that if you delete the leading underscore in dc/configuration.py, you'll also have to delete it in lines 7 and 9 of dc/evaluation/evaluation.py)

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L59

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L102

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L63

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L64

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L106

https://github.com/nlpaueb/dc/blob/211c9c70f145e71082a45376dd2cab846441023e/dc/evaluation/evaluation.py#L107

Add exploratory analysis to the download dataset class.

Users can choose to compute additional statistics while downloading a dataset.
These statistics contain:

print("Found", len(reports_with_no_image), "reports with no associated image")
print("Found", len(reports_with_empty_sections), "reports with empty Impression and Findings sections")
print("Found", len(reports_with_no_impression), "reports with no Impression section")
print("Found", len(reports_with_no_findings), "reports with no Findings section")
print("Collected", len(images_captions), "image-caption pairs")

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.