Giter VIP home page Giter VIP logo

bio_image_caption's Introduction

Biomedical Image Captioning

The code used in the survey (to be) presented in SiVL 2019, exists in the folder SiVL19.

bio_image_caption's People

Contributors

ipavlopoulos avatar vasilikikou 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

Watchers

 avatar  avatar  avatar  avatar  avatar

bio_image_caption's Issues

Possible change in img2vec directories

from img2vec.img_to_vec import Img2Vec

In order for the onenn_baseline.py file to run I forked the package and changed the line above to:
from img2vec_pytorch import Img2Vec
I also downloaded img2vec using:
pip install img2vec_pytorch

I think img2vec directories were changed since the last modification of your file.

As a sidenote, I also had to upgrade pandas to 25.0 (from your suggestion of 24.1 in the txt file) for an error about StringIO import (on another file). I don't raise this sidenote as an issue, but I'm informing you about this, in case you get a similar error.

Eliminating hardcoding

In most_similar in onenn_baseline (line 15) there is:

img2vec = Img2Vec(cuda=True)

Couldn't that be an argument so that systems without CUDA can also use this?

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.