GEMstack icon indicating copy to clipboard operation
GEMstack copied to clipboard

[s2024_road] Adding code that trains the model used traffic sign and traffic light detection module

Open ananaymathur opened this issue 9 months ago • 2 comments

This PR adds:

  • traffic_sign_and_light_model_train.py to GEMstack/offboard/detection_learning/
  • This is the code used to train the custom object detection model used in the traffic sign and traffic light detection module
  • Code also runs the validation set

ananaymathur avatar May 06 '24 22:05 ananaymathur

data.yaml is part of the dataset that the model is being trained on. I did not push the dataset to the repo. I can add a readme explaining what the code does and also link the dataset in there.

ananaymathur avatar May 07 '24 06:05 ananaymathur

You should indeed add that documentation if your code is to be approved.

krishauser avatar May 08 '24 05:05 krishauser

Added a readme containing documentation

ananaymathur avatar May 08 '24 18:05 ananaymathur