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

Training traffic sign recognition with faster rcnn using ga #280

Open
Zhihao1002 opened this issue Feb 29, 2024 · 1 comment
Open

Training traffic sign recognition with faster rcnn using ga #280

Zhihao1002 opened this issue Feb 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Zhihao1002
Copy link

Hi,

I would like to ask if I want to integrate the ga to optimize the faster rcnn model's accuracy, could you explain a little on how i can modify the code to integrate GA into the model.

@ahmedfgad ahmedfgad added the question Further information is requested label Mar 27, 2024
@ahmedfgad
Copy link
Owner

If you mean training the model using GA, then I highly recommend using pygad.kerasga (for Keras models) or pygad.torchga (for PyTorch models). But it is important to check that all the layers are compatible with the libraries so that their weights can be set and get by PyGAD.

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

No branches or pull requests

2 participants