Generate image sequence from the saved mask data#74
Generate image sequence from the saved mask data#74zk-wz wants to merge 1 commit intogaomingqi:masterfrom
Conversation
|
##I've made a python script that converts the npy files saved in a folder to png with full black and full whites. It has a basic gui. see https://github.com/jcnwholland/Npy-to-PNG.git import tkinter as tk def set_everything_not_black_to_full_white(image): def convert_npy_to_png(npy_file): def main(): def select_folder(folder_entry): def convert_npy_files(folder): if name == "main": |
No description provided.