GithubHelp home page GithubHelp logo

Comments (3)

haraldk avatar haraldk commented on July 20, 2024

Hi Jacob,

I'm afraid I don't understand the question... Are you saying you get this message from the library? In that case, please include the stack trace, library version and more detail on how to reproduce. I really don't recognize this message and can't find it anywhere in our code...

Or are you asking about how to create better warning message in your own code? For that, please use Stack Overflow, Code Review or other Q & A/forum type site.

from twelvemonkeys.

JacobGreen082 avatar JacobGreen082 commented on July 20, 2024

@haraldk I'm new to this project so bare with me. I found the code we are using to trigger this warning but still looking for a possible solution
image
This is an example of the data its having trouble with
image

from twelvemonkeys.

haraldk avatar haraldk commented on July 20, 2024

I'm still not exactly sure what your question is (other how you can adjust your warning message, which is not something I can help with)... The screenshot above does not contain TwelveMonkeys library code or code I am familiar with.

But here are some general tips on how to get better help:

  1. Ask specific questions about specific problems (this requires an understanding of your own code or the code you are asking about)
  2. Don't post code as images, that is just annoying. Post as text with proper formatting (Github MD has Java code style support). Also, don't just post your full code, post only the code relevant to the issue.
  3. Don't post log excerpts as images, that is just annoying. Again, post as text with proper formatting.

That said, my guess about what your issue is, is that you are somehow using the TwelveMonkeys low-level TIFF metadata API to extract metadata, and see that the valueCount field is 1 for string values (if the entry contains a single string). This differs from the native "value count" inside the TIFF structure, which for ASCII type fields is the number of characters (bytes), including null-term.

But why this is a problem or what I can do to help is still unclear, as I don't know what you use this value for (other than comparing with some other value...).

from twelvemonkeys.

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.