GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

Training traffic sign recognition with faster rcnn using ga

Open Zhihao1002 opened this issue 1 year ago • 1 comments

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.

Zhihao1002 avatar Feb 29 '24 00:02 Zhihao1002

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.

ahmedfgad avatar Mar 27 '24 18:03 ahmedfgad