Giter VIP home page Giter VIP logo

cbir's People

Contributors

pochih 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cbir's Issues

Could you please add a license file?

Hi! Thanks very much for sharing this. I'm just learning about CBIR now for a project and this is one of the most useful resources I've found.

I was hoping you might consider adding an open source license for this. Here's a really awesome guide explaining how this works and why it's important to do so https://opensource.guide/legal Here's a useful excerpt:

Open source is an unusual circumstance, however, because the author expects that others will use, modify, and share the work. But because the legal default is still exclusive copyright, you need a license that explicitly states these permissions.
If you donโ€™t apply an open source license, everybody who contributes to your project also becomes an exclusive copyright holder of their work. That means nobody can use, copy, distribute, or modify their contributions โ€“ and that โ€œnobodyโ€ includes you.

IndexError: list index out of range

I run th infer.py
get error:
Using cache..., config=histogram_cache-region-n_bin12-n_slice3, distance=d1, depth=3
Traceback (most recent call last):
File "D:\Vir_env\CBIR-master\src\infer.py", line 26, in
query = samples[query_idx]
IndexError: list index out of range

run vggnet.py error

hi,Dear,
When I run the script directly ,
tell me the error below,

D:\python\lib\site-packages\numpy\core\fromnumeric.py:3118: RuntimeWarning: Mean of empty slice.
  out=out, **kwargs)
D:\python\lib\site-packages\numpy\core\_methods.py:85: RuntimeWarning: invalid value encountered in double_scalars
  ret = ret.dtype.type(ret / rcount)
MMAP nan

Could you please tell me what happened and how to solve it ?
Thx

Texture Features

Can you add local binary pattern and GLCM feature extraction methods?

AttributeError: 'DataFrame' object has no attribute 'ix'

python src/color.py has some problems:

File "src/color.py", line 164, in <module>
    hist = color.histogram(data.ix[0,0], type='global')
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'ix'

database

can you tell me the database source?

what is the requirements.txt?

can you exprot the python requirements list to requirements.txt?
I try many times, I found that it always has some error

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.