Git Product home page Git Product logo

Comments (3)

salaniz avatar salaniz commented on August 24, 2024 2

I think that's a good idea. I had a quick look and it seems that using SPICE requires an initial bash script to run. Since I would like this repository to be easy to install via pip, I will have a look how to best implement this.
The options I see now is to use setup.py to either run bash commands from within python or rewrite the bash script to a python script. I am leaning towards the second option because it might allow for better error handling since everything is in python.

from pycocoevalcap.

salaniz avatar salaniz commented on August 24, 2024 1

This is finally fixed in b6e7a05.

Note that my implementation automatically downloads the Stanford library (385 MB) required by SPICE the first time a SPICE evaluation is performed.
Moreover, SPICE takes a while the first time it is called, but it is sped up subsequently due to caching.
Because of these two points, however, the first run will be quite slow.

from pycocoevalcap.

salaniz avatar salaniz commented on August 24, 2024

On a different note, including SPICE will significantly increase the installed package size. The SPICE library is approx. 385 MB in size. So I think it might actually be better to only load this data when it is first used, instead of doing it in setup.py during pip installation.

from pycocoevalcap.

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.