-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install problems #1
Comments
Hi Stephane, there was indeed something I could change with the package to manage this. I built a new test release for you to see if this resolves the issue. Have a go at installing this: For context, the RBF module I believe doesn't work on MacOS because the underlying library doesn't have a version built for it. It only works on Windows and Linux. But you should in theory still be able to use the rest of the library even if this isn't installed. Feel free to ask any questions by the way! |
Hi Ethan.
Thanks for replying!
If RBF is not going to work on macOS, I'll try to get camera_match to work on centOS, because I'd like to be able to output both 3DLUTs and Matrices.
I did actually try to install it on centOS 7.9.2009, but didn't get very far. I hadn't seen your requirements.txt and tried to install with some of the dependencies on the wrong versions, that might be why... I don't know, I'm really bad at coding, compiling.. Do you think I should I use a newer version of centOS?
What I'll do is install a clean centOS, get all dependencies at the right version, and install again camera_match[RBF]. I'll let you know!
Thanks for the new test release, I tried to pip it, but it seems the terminal didn't like the & character:
***@***.*** Downloads % pip3 install -i https://checkpoint.url-protection.com/v1/url?o=https%3A//test.pypi.org/simple/&g=YmI2ZTM5MDRkMjk2ZGNlMg==&h=NjNlZDg0ZTUyODE2NmYxOTg2MGRlMzUxMjlmNzMwMzdmMjQ1ZmQ0ZmY5YTAwNzM4ZmJmZjkxZDFiM2NjMGNjZA==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTp0OlQ=
zsh: parse error near `&'
I saw there was a space between the last character of the url and camera_match, so I tried deleting it, but got the same error message. Should camera_match be part of the link?
Another reason I wanted to execute camera_match outside of colab is because I would prefer to have 65x65x65 LUTs. From what I've seen it defaults to 33x.
Cheers,
Stephane
…________________________________
From: Ethan Ou ***@***.***>
Sent: Wednesday, July 19, 2023 2:40 PM
To: ethan-ou/camera-match ***@***.***>
Cc: Stephane Cattan ***@***.***>; Author ***@***.***>
Subject: Re: [ethan-ou/camera-match] install problems (Issue #1)
[ CAUTION ]
This email originated outside Deluxe.
Hi Stephane, there was indeed something I could change with the package to manage this. I built a new test release for you to see if this resolves the issue. Have a go at installing this: pip install -i https://checkpoint.url-protection.com/v1/url?o=https%3A//test.pypi.org/simple/&g=YmI2ZTM5MDRkMjk2ZGNlMg==&h=NjNlZDg0ZTUyODE2NmYxOTg2MGRlMzUxMjlmNzMwMzdmMjQ1ZmQ0ZmY5YTAwNzM4ZmJmZjkxZDFiM2NjMGNjZA==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTp0OlQ= camera-match. If it works I'll push this up to a real release.
For context, the RBF module I believe doesn't work on MacOS because the underlying library doesn't have a version built for it. It only works on Windows and Linux. But you should in theory still be able to use the rest of the library even if this isn't installed.
Feel free to ask any questions by the way!
—
Reply to this email directly, view it on GitHub<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/ethan-ou/camera-match/issues/1%23issuecomment-1642010756&g=ZWRjNjMxZWQ5NDNjYmQ2Zg==&h=YjIyNTlkYzgzOTk1ZWJjOGJlZTQzMDIxY2M5NmE1YTI4Mjc2YzQ0Nzg3NzM1MjM2ZTliMmRmMDEyOTAwZDk3Yw==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTpoOlQ=>, or unsubscribe<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/notifications/unsubscribe-auth/A7ODKBCBTDWV3DJZ76D6XD3XQ7ISZANCNFSM6AAAAAA2OIAZ64&g=ODNkYjAwY2FlZWM1MWIwMg==&h=NjkyY2NjMzcyYzZlYjQ5NWY5MzVkOTNmZGQxNmUxYWExZTVlYmZhZDAzZTg3ZTkyMzI1OTEzYjUyOTA2ZTY3Ng==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTpoOlQ=>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
[ CAUTION ]
DO NOT open attachments or click links from unknown senders. Only respond if you can validate the senders legitimacy.
This e-mail and any attachments are intended only for use by the addressee(s) named herein and may contain confidential information. If you are not the intended recipient of this e-mail, you are hereby notified any dissemination, distribution or copying of this email and any attachments is strictly prohibited. If you receive this email in error, please immediately notify the sender by return email and permanently delete the original, any copy and any printout thereof. The integrity and security of e-mail cannot be guaranteed.
|
Sorry, I picked the link for the new test release from my mail, and it displayed the https://checkpoint.url...
if I run:
pip3 install -i https://test.pypi.org/simple/ camera-match
it does work, but didn't fix my issue when executing matrix.py, I'm getting the same OSError message. (that's still on macOS).
…________________________________
From: Stephane Cattan ***@***.***>
Sent: Wednesday, July 19, 2023 4:44 PM
To: ethan-ou/camera-match ***@***.***>; ethan-ou/camera-match ***@***.***>
Cc: Author ***@***.***>
Subject: Re: [ethan-ou/camera-match] install problems (Issue #1)
Hi Ethan.
Thanks for replying!
If RBF is not going to work on macOS, I'll try to get camera_match to work on centOS, because I'd like to be able to output both 3DLUTs and Matrices.
I did actually try to install it on centOS 7.9.2009, but didn't get very far. I hadn't seen your requirements.txt and tried to install with some of the dependencies on the wrong versions, that might be why... I don't know, I'm really bad at coding, compiling.. Do you think I should I use a newer version of centOS?
What I'll do is install a clean centOS, get all dependencies at the right version, and install again camera_match[RBF]. I'll let you know!
Thanks for the new test release, I tried to pip it, but it seems the terminal didn't like the & character:
***@***.*** Downloads % pip3 install -i https://checkpoint.url-protection.com/v1/url?o=https%3A//test.pypi.org/simple/&g=YmI2ZTM5MDRkMjk2ZGNlMg==&h=NjNlZDg0ZTUyODE2NmYxOTg2MGRlMzUxMjlmNzMwMzdmMjQ1ZmQ0ZmY5YTAwNzM4ZmJmZjkxZDFiM2NjMGNjZA==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTp0OlQ=
zsh: parse error near `&'
I saw there was a space between the last character of the url and camera_match, so I tried deleting it, but got the same error message. Should camera_match be part of the link?
Another reason I wanted to execute camera_match outside of colab is because I would prefer to have 65x65x65 LUTs. From what I've seen it defaults to 33x.
Cheers,
Stephane
________________________________
From: Ethan Ou ***@***.***>
Sent: Wednesday, July 19, 2023 2:40 PM
To: ethan-ou/camera-match ***@***.***>
Cc: Stephane Cattan ***@***.***>; Author ***@***.***>
Subject: Re: [ethan-ou/camera-match] install problems (Issue #1)
[ CAUTION ]
This email originated outside Deluxe.
Hi Stephane, there was indeed something I could change with the package to manage this. I built a new test release for you to see if this resolves the issue. Have a go at installing this: pip install -i https://checkpoint.url-protection.com/v1/url?o=https%3A//test.pypi.org/simple/&g=YmI2ZTM5MDRkMjk2ZGNlMg==&h=NjNlZDg0ZTUyODE2NmYxOTg2MGRlMzUxMjlmNzMwMzdmMjQ1ZmQ0ZmY5YTAwNzM4ZmJmZjkxZDFiM2NjMGNjZA==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTp0OlQ= camera-match. If it works I'll push this up to a real release.
For context, the RBF module I believe doesn't work on MacOS because the underlying library doesn't have a version built for it. It only works on Windows and Linux. But you should in theory still be able to use the rest of the library even if this isn't installed.
Feel free to ask any questions by the way!
—
Reply to this email directly, view it on GitHub<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/ethan-ou/camera-match/issues/1%23issuecomment-1642010756&g=ZWRjNjMxZWQ5NDNjYmQ2Zg==&h=YjIyNTlkYzgzOTk1ZWJjOGJlZTQzMDIxY2M5NmE1YTI4Mjc2YzQ0Nzg3NzM1MjM2ZTliMmRmMDEyOTAwZDk3Yw==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTpoOlQ=>, or unsubscribe<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/notifications/unsubscribe-auth/A7ODKBCBTDWV3DJZ76D6XD3XQ7ISZANCNFSM6AAAAAA2OIAZ64&g=ODNkYjAwY2FlZWM1MWIwMg==&h=NjkyY2NjMzcyYzZlYjQ5NWY5MzVkOTNmZGQxNmUxYWExZTVlYmZhZDAzZTg3ZTkyMzI1OTEzYjUyOTA2ZTY3Ng==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzozZTM1Y2I1OWYwNjdkMGIxNzMzY2Y5ODZlYjc4MzAxNjp2MTpoOlQ=>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
[ CAUTION ]
DO NOT open attachments or click links from unknown senders. Only respond if you can validate the senders legitimacy.
This e-mail and any attachments are intended only for use by the addressee(s) named herein and may contain confidential information. If you are not the intended recipient of this e-mail, you are hereby notified any dissemination, distribution or copying of this email and any attachments is strictly prohibited. If you receive this email in error, please immediately notify the sender by return email and permanently delete the original, any copy and any printout thereof. The integrity and security of e-mail cannot be guaranteed.
|
That's a shame. I'll need to actually test it on a Mac to get a fix for you, but in the meantime you can set the size of the LUT exported like so: matrix.export_LUT(path="LUT_name.cube", size=65) You definitely don't need to load it on your own computer just to accomplish this. |
OK, thanks, I'll give that a try.
Don't worry about the fix for macOS, I'll try installing again on centOS, as I'd like to use RBF.
…________________________________
From: Ethan Ou ***@***.***>
Sent: Wednesday, July 19, 2023 5:10 PM
To: ethan-ou/camera-match ***@***.***>
Cc: Stephane Cattan ***@***.***>; Author ***@***.***>
Subject: Re: [ethan-ou/camera-match] install problems (Issue #1)
[ CAUTION ]
This email originated outside Deluxe.
That's a shame. I'll need to actually test it on a Mac to get a fix for you, but in the meantime you can set the size of the LUT exported like so:
matrix.export_LUT(path="LUT_name.cube", size=65)
You definitely don't need to load it on your own computer just to accomplish this.
—
Reply to this email directly, view it on GitHub<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/ethan-ou/camera-match/issues/1%23issuecomment-1642273683&g=Y2IyNmVjYTBiOTdkZmUxYQ==&h=M2VhZTc4N2RhYmYzYmRmNTM0NWFjOTUxNTkxNDJmZjE1MTExYzBkM2M4MWU3ODM4YWZjNjY3ZDAxOGY1ZWUwYg==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzo0NmM1OWQ1MjNiOWYzYWJlZDYxOWNjNzY4ODczZjNiZTp2MTpoOlQ=>, or unsubscribe<https://checkpoint.url-protection.com/v1/url?o=https%3A//github.com/notifications/unsubscribe-auth/A7ODKBHWDXGLGB4IOF4H6KLXQ72F3ANCNFSM6AAAAAA2OIAZ64&g=NDdjMDY3NTAxZjc4YWZiYw==&h=MDAyZDQzMThmZDFkMGZiZjNmYjhlN2U0NzJjYzlkZjk4NWViYmRhOTkxYzJkY2M1NDRlNTMzMGYxY2U0ZmI4Ng==&p=YzJ1OmRlbHV4ZW1lZGlhaW5jOmM6bzo0NmM1OWQ1MjNiOWYzYWJlZDYxOWNjNzY4ODczZjNiZTp2MTpoOlQ=>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
[ CAUTION ]
DO NOT open attachments or click links from unknown senders. Only respond if you can validate the senders legitimacy.
This e-mail and any attachments are intended only for use by the addressee(s) named herein and may contain confidential information. If you are not the intended recipient of this e-mail, you are hereby notified any dissemination, distribution or copying of this email and any attachments is strictly prohibited. If you receive this email in error, please immediately notify the sender by return email and permanently delete the original, any copy and any printout thereof. The integrity and security of e-mail cannot be guaranteed.
|
Hi Ethan,
1st of all thank you for sharing camera_match. It's a great tool. I've used colab and the results are good.
What I want to do is create a script that detects color charts, create csvs and pipe that data into camera_match to create LUTs or 3x3 matrices.
For this I have to get camera_match to work outside of colab, and I'm running into issues. (I'm on macOS)
1/ When I run: pip3 install camera_match[RBF], I get: no matches found: camera_match[RBF]
2/ When I run: pip3 install camera_match, all requirements are "satisfied", but when I execute matrix.py (matrix.txt attached) I get an OSError (output.txt attached too.)
Do you have any idea what could be going wrong?
Sorry ask for help about something that must be a basic mistake on my side, but It's been a few days I'm trying to get this to work with no luck.
Thank you!
Stephane
matrix.txt
output.txt
The text was updated successfully, but these errors were encountered: