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
problem 1. -> CUDA out of memory when using "Segment Anything" and "Tile division" both at the same time. Then automatic gets bugged and I need to restart.
They work ok one at the time.
Maybe I'm using this wrong, are those two options intended to be used at the same time?
problem 2. -> I've also had that error about the png format that is in another thread but changing the code inside "components.py" appear to have been fixed the issue.
problem 3. ->
cascadePSP doesn't work, it attempts to download a model inside windows user folder, not in the extension model folder. (but fails to start downloading)
error is: MD5 of the model file does not match Downloading the model again... Downloading model file into C:\Users\USERNAME/.segmentation-refinement\model
can this be downloaded manually like the "Segment Anything" model?
The text was updated successfully, but these errors were encountered:
problem 1. -> CUDA out of memory when using "Segment Anything" and "Tile division" both at the same time. Then automatic gets bugged and I need to restart.
They work ok one at the time.
Maybe I'm using this wrong, are those two options intended to be used at the same time?
problem 2. -> I've also had that error about the png format that is in another thread but changing the code inside "components.py" appear to have been fixed the issue.
problem 3. ->
cascadePSP doesn't work, it attempts to download a model inside windows user folder, not in the extension model folder. (but fails to start downloading)
error is:
MD5 of the model file does not match Downloading the model again... Downloading model file into C:\Users\USERNAME/.segmentation-refinement\model
can this be downloaded manually like the "Segment Anything" model?
The text was updated successfully, but these errors were encountered: