You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem and I fixed it by replacing "from skimage.measure import compare_ssim as sk_cpt_ssim" by "from skimage import measure" and replace "sk_cpt_ssim(_, )" by "measure.compare_ssim(, _)" in code.
Magamanny
added a commit
to Magamanny/SkyAR
that referenced
this issue
Aug 4, 2022
Hello, I am having trouble running train.py
(base) [contrast@cosmos SkyAR-main]$ python train.py \
The text was updated successfully, but these errors were encountered: