All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add utility to convert gpx files to nmea.
- User manual updated.
- Unified config: all configurations in only one json file.
- Documentation updated with examples.
- Siamese model upgraded to 128x128 detections.
- Docstrings to some classes and methods.
- Mapping of paviment codes.
- Distance calculation for paviment results, in some cases wrong distance is calculated.
- Frame convertion to RGB.
- Downloader and image/utils modules.
- YoloV3 models classes.
- Unnecessary JSON config files.
- Remove TensorFlow and Joblib from dependencies.
- Traffic sign results.
- Sets number of classes parameter in the model configuration file.
- Update pre-commit hooks.
- Fix first detection of road signals. Wrong class assigned in some situations.
- Fix position column in the signals dataframe.
Signals detected
: add boxes column on results dataframe.
Signals detected
: remove duplicated detections resulting from stopped vehicle.
notebooks
folder for process put samples and notebooks- Samples of images and videos processing
models
folder for extract downloaded model tar file
- Removed unused imports
- Line breaks for too long lines
- F841 removed unused variables
- E711 Change comparisons to None
- F541 f-string is missing placeholders
- E712 comparison to True
- E741 ambiguous variable names
- E721 do not compare types, use 'isinstance()'
- Sonarcloud: Make sure that using this pseudorandom number generator is safe here
- Fix tensorflow and open-cv version on requirements.txt
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.