-
Notifications
You must be signed in to change notification settings - Fork 104
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
Export Previously Used Classes #22
Comments
Hey @Vanceagher, |
@hubortje I think OP is looking for a way to save the classes used in a video every time a video is generated, which would be a practical way to keep track of interesting classes and use them again in other videos. |
@Vanceagher in order to do that you could add code to print or save to a file the classes after they are randomly picked, after line 155 deep-music-visualizer/visualize.py Line 155 in fa4d51c
So at line 156 you could just add |
actually a better place to put the print or save code would be at line 157, after the classes are sorted: |
I know of the previous classes parameter but how can I save the classes to use whenever
The text was updated successfully, but these errors were encountered: