talmo / leap

LEAP is now deprecated -- check out its successor SLEAP!
https://sleap.ai
Apache License 2.0
206 stars 48 forks source link

LEAP for Cows #20

Open vijaysamula opened 5 years ago

vijaysamula commented 5 years ago

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.

talmo commented 5 years ago

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?

vijaysamula commented 5 years ago

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?