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

Image processing and Compilation info #347

Open
ansariahmad opened this issue Aug 18, 2023 · 2 comments
Open

Image processing and Compilation info #347

ansariahmad opened this issue Aug 18, 2023 · 2 comments

Comments

@ansariahmad
Copy link

ansariahmad commented Aug 18, 2023

I trained a model for sign language. Then I write down whole code of model in python. Now I want to know that how image preprocessing is being done on images and what are the arguments of compilation and training functions of classification model. But it shows that compilation info isn't available. Is there any way to get all of this info???

@michaelrcrowl
Copy link

When you say "image preprocessing", are you asking about data augmentation (like random rotations or flips)? I came here to see if anyone else had a similar question, because I'm also quite curious given some things I'm trying with Teachable Machine. The underlying MobileNet doesn't appear to preprocess data (like in a Sequential layer), and the source code here always has flipped=False flags in some of the functions. As far as I can tell, Teachable Machine is NOT augmenting the dataset, but I'm really not sure.

@michaelrcrowl
Copy link

#3
I'm not sure if this older thread helps answer your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants