leap icon indicating copy to clipboard operation
leap copied to clipboard

LEAP for Cows

Open vijaysamula opened this issue 6 years ago • 2 comments

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 cow am visualizing in yellow color.

vijaysamula avatar Jun 16 '19 12:06 vijaysamula

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?

talmo avatar Jun 19 '19 06:06 talmo

I have used the same vidtohdf5.m file. Hdf5_screenshot Box:hdf5_visual 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?

vijaysamula avatar Jun 19 '19 09:06 vijaysamula