Skip to content

Commit d13d16a

Browse files
author
YinxiaCao
authored
Update 0311_predict_tlcnetU_process_wholeimg.ipynb
1 parent a4a396e commit d13d16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0311_predict_tlcnetU_process_wholeimg.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"import numpy as np\n",
3030
"import tifffile as tif\n",
3131
"\n",
32-
"from mymetrics import heightacc\n",
33-
"from mymodel import TLCNetU\n",
32+
"from ptsemseg.metrics import heightacc\n",
33+
"from ptsemseg.models import TLCNetU\n",
3434
"\n",
3535
"import matplotlib.pyplot as plt\n",
3636
"import tifffile as tif\n",

0 commit comments

Comments
 (0)