Coder Social home page Coder Social logo

alasin / digital-archive-cbir Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 3.0 146.79 MB

A simple Image retrieval system built using NodeJS. Work in progress.

JavaScript 74.70% CSS 11.29% HTML 4.33% Python 5.35% CMake 0.18% C++ 4.15%
cbir image-processing image-retrieval nodejs opencv

digital-archive-cbir's People

Contributors

alasin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

digital-archive-cbir's Issues

libmagick++-dev not found

Since the client relies on imagemagick to generate thumbnails, I had to install libmagick++-dev (its C++ interface) with a apt-get install libmagick++-dev.

This should be added to the documentation / packaged with the code.

createvocab.cpp:95 :: allows non-image files to pass

This check is not sufficient. Currently, this allows non-image files to pass into the imread() call, and error is thrown. Eg: for important directory files like .gitignore, and perhaps other residual files, this error occurs. Fix by adding check for image file.

Bug in text based querying in client

The search query is converted to lowercase before querying tags.xml, while no such operation in performed while uploading the tag to the server.

node-gyp rebuild fails during npm install in client

Here's the stack trace.

gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-            gyp/lib/build.js:269:23)
gyp ERR! stack     at ChildProcess.emit (events.js:110:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Linux 3.13.0-63-generic
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-   gyp.js" "rebuild"
gyp ERR! cwd /home/viraj/Documents/code/Digital-Archive-CBIR/Client/node_modules/opencv
gyp ERR! node -v v0.12.5
gyp ERR! node-gyp -v v2.0.1
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the opencv package, 
npm ERR! not with npm itself.

Ever faced this?

xmtodict not found

I had to pip install xmltodict. It would be helpful to generate a setup.py file that takes care of python dependencies instead.

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.