genbing99 / SoftNet-SpotME

Shallow Optical Flow Three-Stream CNN For Macro and Micro-Expression Spotting From Long Videos
46 stars 20 forks source link

How to plot the intervals as in the paper? #6

Closed xjtupanda closed 2 years ago

xjtupanda commented 2 years ago

Thanks a lot for your work and code! I've learned a lot from that, including how to plot the peak graph. But there is no corresponding code for plotting the intervals, including Ground-truth and predictions. Did you plot those also using matplotlib? Could you please tell me how to plot those?

genbing99 commented 2 years ago

Hi, you can change the parameter to visualize the plot that contains ground-truth and threshold lines. python main.py --show_plot True The prediction lines are not included in the plot due to the overcomplicated plot which reduces the readability.