-
Notifications
You must be signed in to change notification settings - Fork 100
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
Set videos to RGB/Grayscale from the GUI #625
Comments
Also, we should pass through setters for video backend attributes, e.g.:
|
This suggestion worked really well on 99% of my videos and I was able to set all the channels to 1. But it did not fix an RGP/grayscale issue where the video had backend=SingleImageVideo. There, I was left with channels=3. This particular video was where I had imported labeled frames from another animal tracking program and it created a video made up of specific frames (as I am sure you know). Do you have an easy fix for this situation? Can I force vid.backend.channels=1? |
Well, it seemed as though setting However, I was not able to train properly and got the following error when attempting to train the first part of the top down model. Note, I tried setting Any advice greatly appreciated!
|
Hi @laurelrr, I think the problem is that We'll look into this -- hopefully it's an easy fix. Talmo |
Hi @laurelrr , The new release of SLEAP v1.2.4 is now available for installation and includes this fix. Thanks, |
Currently you can only specify whether videos are RGB or Grayscale when importing videos. This can lead to issues when importing predictions and getting mixed channel project files.
Here's code to do this programatically:
But this should be easier to change from the GUI.
MVP: Buttons to set videos as grayscale/RGB from Videos panel like we have in the Import Videos GUI.
The text was updated successfully, but these errors were encountered: