-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ran script but not sure how to generate the trajectory GIF #7
Comments
Hi Shushant, when things work correctly there should be a mp4 along with those jpegs. The code that does this is in |
@sushantbangru Did you figure it out? |
As @atong01 suggested above for me the @SK124 you can try using something like @atong01 now that I got the mp4 file created, it seems there are some arbitary timepoints like 48 hr, 12, 18 and 30 days, which I didn't mention. Also, why is the x-axis a little shrunk from the left making the area on the left basically empty? |
Remove custom ticklabels on density video. Fix Issue #7.
Sorry, I was hacking for the deadline and left in the custom matplotlib ticklabels. Just fixed this in Note that if you run things with the |
|
Hi,
I ran the following code;
python3 main.py --dataset ../hep_fmnn.npz --embedding_name phate
After finished running generated a bunch of results in
results/tmp/
folder including 100s of jpegs like this...Is there a separate code for generating GIF, I looked at a similar issue someone else raised, and made a change they say, which led to another folder named trajectory with figures like these, but still no mp4 file.
Thanks for your help.
Sushant
The text was updated successfully, but these errors were encountered: