-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot save videos #34
Comments
I have a similar issue. Video is created with a size of 252 bytes and it isn't playable. |
Do you have any idea how to address it? |
Sorry to hear you've been having issues with this - is this occurring on Linux or Windows? We'll work to get this fixed, but in the meantime if you have Matlab you can also save video snippets and view your pose + annotation output using Bento: http://github.com/neuroethology/bentoMAT [edited to correct link] |
@annkennedy Can you please double-check the link for bento, seems like a broken link? The issue happens on Windows in my case. You can find the error log below.
|
Apologies, that's http://github.com/neuroethology/bentoMAT |
I'm now trying BENTO, but I haven't found the way to save videos. By the way, is MARS only designed for the case of a pair of mice? Can it be used to analyse the behavior of a single mouse? |
You can save movies with Bento by selecting File->Save Movie. After setting a filename, an interface will pop up with save options, allowing you to set the start+stop times of the saved clip. Make sure the encoding format you select in the interface matches the extension you selected when saving the file, and be sure not to resize the window while the movie is being generated. MARS is designed for pairs of interacting mice, though if you have a single mouse you can always just discard the pose data for the animal you're not interested in (which will be random nonsense), and of course the behavior classifier output won't make sense. You can also train new mouse pose models + behavior classifiers for single-mouse conditions, using http://github.com/neuroethology/MARS_developer. We're working on a version of MARS that will let you specify number+type of animals to track+detect behaviors for, it's not yet ready for release but hopefully will be out soon. |
I see. Thank you for your reply! |
@annkennedy Thank you so much for your help. Is there any way I can be notified when that new version of MARS is released? |
I got the same problem when I run with the sample video. Do you have any idea how to address it? |
@annkennedy I use MARS on linux. output the video but there is no remarks for mounting and other information as shown in the previous figure. |
@annkennedy video like this no remarks |
I wrote a simple code to visualize the joints. Hope this can help you. You need first to run the mars code to get predictions, and then run this code to visualize joints and output a video.
|
Hello! When I tested MARS on my videos as below,
there seems to be something wrong with the saved video, the size is 1 KB:
May I ask how to save videos like this? Thank you!
The text was updated successfully, but these errors were encountered: