Giter Club home page Giter Club logo

visione's People

Contributors

fabiocarrara avatar mesnico avatar paolobolettieri avatar vadicamo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

shadel zesheng

visione's Issues

Add a license

We have to decide a License and provides a list of dependencies

minor ambiguity in the code when computig Boolean doALADIN

https://github.com/aimh-lab/visione/blob/61e049ec0fc195c5f78c398d3f30e0f6369b2ec0/visioneCore/src/main/java/it/cnr/isti/visione/services/VBSService.java#L212C29-L212C29

Boolean doALADIN=queryObj.getParameters().get("textualMode").indexOf("al") >= 0;

should be

Boolean doALADIN=queryObj.getParameters().get("textualMode").indexOf("ala") >= 0;

as also "all" start with "al"

This in not a real issue as doALADIN should be True also when textualMode="aladin", but may worth to fix it

bulk import

sarebbe bello avere l'import per tutti i video di una cartella ,

BUGS

  • GEM da URL
  • MVK UI: manca la ricerca da url
  • gestire il conteggio oggetti in maniera dinamica nella UI (llinea 208 di visione.js)

[collection] consider SQLite for keeping analysis results

PROs:

  • its easier/faster to check&skip already existing results w.r.t. walking the filesystem
  • no additional deps (built-in in python)
  • still a multi-language self-contained file-based storage
  • we can implement several logic on SQL (object filtering and counting, conditional indexing, etc.)

CONs:

  • SQL-like management, we'll have to cope with migrations
  • probably will use more disk space
  • embeddings as BLOBs. Save and load are pretty fast though, on SSD:

    Bulk insertion of 100k 1024-d vectors took 5.6198 seconds.
    Reading out 100k 1024-d vectors took 2.3810 seconds.

Errore con python 3.8

Configurazione testata:
Docker version 20.10.21, build 20.10.21-0ubuntu1~20.04.2
docker-compose version 1.25.0
Python 3.8.10

All'esecuzione del comando "visione" con qualsiasi parametro, ricevo l'errore
File "visione", line 8, in
sys.exit(main.main())
File "python3.8/site-packages/visione/cli/main.py", line 12, in main
compose_dir = Path(importlib.resources.files("visione.services").joinpath('')) # directory containing services for docker compose
AttributeError: module 'importlib.resources' has no attribute 'files'

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.