LEAP for Cows
Hello,
I need help in using LEAP for COWS, After converting the video to the hdf5 file. I need to visualize the image as RGB but I
am visualizing in yellow color.
Hi Vijay,
Yes, this might happen due to the datatype you choose when converting.
Try converting your movies into HDF5 datasets with the uint8 datatype. I've added this to the example script now:
https://github.com/talmo/leap/blob/master/examples/vidtohdf5.m#L39
That should fix the issue but let me know if not. Incidentally, this is in which GUI? Skeleton creation or labeling?
I have used the same vidtohdf5.m file.
This is the visualization in the hdf5 format. I have changed Grayscale = false in your code, though it is not appropriate.
And another problem, I am able to use only one dataset to train the model, I am unable to use the dataset which I have Annotated previously. could you resolve it?