forked from interactiveaudiolab/penn
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix pitch recognition plots to have fixed color scales and larger font size #13
Comments
This command creates an image of the area I'm interested in: python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav --ground_truth_file data/cache/gset/000309-pitch.npy -m -l -s |
The data pitch overhangs cleanup can was originally plotted with below command: python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav --ground_truth_file data/cache/gset/000309-pitch.npy -s --duration 11 -np --start 3.5 |
new command with the configuration of ylim size and many other things, removed title etc. python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav --ground_truth_file data/cache/gset/000309-pitch.npy -s --duration 14.5 -np -noleg -lwgt 4 -fs 15 -nt -mnf 100 -mxf 550 |
python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav --ground_truth_file data/cache/gset/000309-pitch.npy -s --duration 14.5 -m -l -lw 4.5 -lwgt 4 -fs 15 -nt -mnf 100 -mxf 550 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: