Skip to content

Instantly share code, notes, and snippets.

View dakatapetrov's full-sized avatar

Yordan Petrov dakatapetrov

View GitHub Profile
@dakatapetrov
dakatapetrov / CaffePlot.py
Last active April 25, 2017 11:39 — forked from Coderx7/CaffePlot.py
a plot script for caffe to show loss/training curves for the Caffe-SSD project
# In the name of GOD the most compassionate the most merciful
# Originally developed by Yasse Souri
#
# Just added the search for current directory so that users dont have to use command prompts anymore!
# and also shows the top 4 accuracies achieved so far, and displaying the highest in the plot title
# Coded By: Seyyed Hossein Hasan Pour (Coderx7@gmail.com)
#
# Modified to be usable in non-grahical environmnets as Amazon EC2 instances. Plot is saved to a PDF file.
# Modified by: Yordan Petrov (dakatapetrov@gmail.com)
#