Skip to content

Instantly share code, notes, and snippets.

@idleuncle
Last active August 30, 2021 06:44
Show Gist options
  • Save idleuncle/596851e5b66154300d90f4dbf2e8353b to your computer and use it in GitHub Desktop.
Save idleuncle/596851e5b66154300d90f4dbf2e8353b to your computer and use it in GitHub Desktop.
[Jupyter Tips] #jupyter
%reload_ext autoreload
%autoreload 2
import os, json
from tqdm import tqdm, trange
from loguru import logger
from PIL import Image
import cv2
from matplotlib import pyplot as plt
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment