Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
htylab committed Jun 15, 2024
1 parent b215ab6 commit 876ccf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Byte-compiled / optimized / DLL files
__pycache__/
models/
output/
sample/
*.py[cod]
*$py.class
.ipynb_checkpoints/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tigerhx/tigercinegui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import threading
import matplotlib.pyplot as plt
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from tool import *
from guitool import *
from os.path import join
from skimage.transform import resize

Expand Down

0 comments on commit 876ccf6

Please sign in to comment.