Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
54 stars 103 forks source link

Add Visualization for Training and Validation Metrics #213

Closed seemab24 closed 1 month ago

seemab24 commented 1 month ago

Hi @Aryan-Chharia Adding visualizations for training and validation metrics, such as accuracy and loss curves, would provide users with a clearer understanding of their model's performance. I'd like to implement this feature using Matplotlib for static plots or TensorBoard for dynamic tracking.I would like to contribute to this as Gssoc extended 24 and hacktoberfest participant can you assign me this issue?

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Aryan-Chharia commented 1 month ago

Thanks for the suggestion. I think users can easily add visualizations using the plotting from matplotlib when they are working with computer vision. I don't think there is any need for a separate project to showcase that