Skip to content
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

TensorFlow 2 support & OTF Data Augmentation #16

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
78ad875
ctc_predict compatible with tensorflow 2.14
MasonDill Oct 21, 2023
8b789e3
modularized ctc_predict.py
MasonDill Nov 2, 2023
63fc9f8
Modularized ctc_training.py
MasonDill Nov 3, 2023
6884416
Modified ctc_training.py paramters
MasonDill Nov 3, 2023
da10d1e
Added json configuration
MasonDill Nov 3, 2023
73aad08
ctc_training.py ported to tensorflow 2.0
MasonDill Nov 3, 2023
fefe719
requirements.txt added
MasonDill Nov 5, 2023
d73682d
restructured training loop
MasonDill Nov 5, 2023
eb9b63c
Camera-PrIMuS data augmentation
MasonDill Nov 6, 2023
d7dd4c4
On the fly data augmentation
MasonDill Nov 7, 2023
178f511
Object oriented data augmentation
MasonDill Nov 7, 2023
7349b9a
Implemented new data augmentation techniques
MasonDill Nov 7, 2023
7566972
Transfer learning
MasonDill Nov 8, 2023
ec45110
primus tf.data.Dataset
MasonDill Nov 10, 2023
38f0370
tf dataset data augmentation
MasonDill Nov 10, 2023
6a70587
Keras.Model class
MasonDill Nov 15, 2023
bd9811f
Removed extra files
MasonDill Nov 15, 2023
400921f
Restored support for tf1 models
MasonDill Dec 4, 2023
39eddba
predict fixes
MasonDill Dec 6, 2023
3cd70aa
generalized config.json
MasonDill Nov 12, 2024
d4c3f96
load_ctc_crnn params
MasonDill Nov 12, 2024
dc73fb0
add conda enviroment.yml
MasonDill Nov 12, 2024
f4be469
reformatted ctc_training.py
MasonDill Nov 12, 2024
367e6fb
fix spelling mistake
MasonDill Nov 12, 2024
6266f91
augmentation constructor takes str or np.random.Generator
MasonDill Nov 12, 2024
311be8d
omr_training.py train() comments & formatting
MasonDill Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config.json

/.vscode/
/__pycache__/
*events.out*
1 change: 0 additions & 1 deletion Data/Example/000051652-1_2_1.agnostic

This file was deleted.

76 changes: 0 additions & 76 deletions Data/Example/000051652-1_2_1.mei

This file was deleted.

Binary file removed Data/Example/000051652-1_2_1.png
Binary file not shown.
1 change: 0 additions & 1 deletion Data/Example/000051652-1_2_1.semantic

This file was deleted.

Loading