Coder Social home page Coder Social logo

Comments (7)

KelSolaar avatar KelSolaar commented on June 3, 2024 1

There is, unfortunately, no documentation besides what is in the docstrings in the colour_analysis module.

This project was meant to complement the update of https://cinematiccolor.org/ that some of us was working and not directly meant for direct consumption.

I'm meant to do an update though to integrate the code from the new colour.geometry sub-package: https://github.com/colour-science/colour/tree/develop/colour/geometry and fix some issues with the latest Three.js versions.

from colour-analysis-three.js.

KelSolaar avatar KelSolaar commented on June 3, 2024

Hi @hminle,

No, there is no way to upload your own images, you would need to launch the container locally for that!
The README has an example of how to do that.

Cheers,

Thomas

from colour-analysis-three.js.

hminle avatar hminle commented on June 3, 2024

Hi @hminle,

No, there is no way to upload your own images, you would need to launch the container locally for that!
The README has an example of how to do that.

Cheers,

Thomas

Hi @KelSolaar ,
What do you mean by launch the container locally? I launch the container inside my Mac, I open it locally.
But the tool only analyzes existing images.

Thanks,

from colour-analysis-three.js.

KelSolaar avatar KelSolaar commented on June 3, 2024

Right so if you are already, you should be able to do that:

$ docker run -d \
--name=colour-analysis \
-e COLOUR_ANALYSIS_JS=https://gitcdn.link/repo/colour-science/colour-analysis-three.js/master/dist/colour-analysis.js \
-e COLOUR_ANALYSIS_POSITION_DTYPE=Float16 \
-e COLOUR_ANALYSIS_COLOUR_DTYPE=Float16 \
-v $IMAGES_DIRECTORY:/home/colour-analysis/static/images \
-p 8020:5000 colourscience/colour-analysis

Specifically: -v $IMAGES_DIRECTORY:/home/colour-analysis/static/images

Where $IMAGES_DIRECTORY is the directory where the images you want to use are located.

from colour-analysis-three.js.

hminle avatar hminle commented on June 3, 2024

Hi @KelSolaar

Thank you.
I got it now

from colour-analysis-three.js.

hminle avatar hminle commented on June 3, 2024

Hi @KelSolaar ,
Btw, do you have documents of this tool?
I want to know all those things like Primary colour space, Secondary colour space,...
All the settings
But I could not find documents about them.

Thanks

from colour-analysis-three.js.

hminle avatar hminle commented on June 3, 2024

Hi @KelSolaar
So I want to draw out my ProPhoto RGB image gamut to see how much my image could spread over the ProPhoto RGB colour gamut
image

My settings here are okay.
It seems that my ProPhoto RGB image could not spread over 100% ProPhoto RGB gamut region.

image

from colour-analysis-three.js.

Related Issues (2)

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.