Skip to content

Instantly share code, notes, and snippets.

View FlyingHeNanman's full-sized avatar
🎯
Focusing

Little rooike FlyingHeNanman

🎯
Focusing
  • Institute of Software, Chinese Academy of Sciences
View GitHub Profile
@hysts
hysts / extract_images.py
Created November 11, 2018 11:31
Extract images from Tensorboard log
#!/usr/bin/env python
import argparse
import pathlib
import numpy as np
import cv2
from tensorboard.backend.event_processing import event_accumulator
def main():