issues
search
MedicineToken
/
Medical-SAM2
Medical SAM 2: Segment Medical Images As Video Via Segment Anything Model 2
Apache License 2.0
479
stars
58
forks
source link
fix: typo and reshaping func in 2d data
#36
Closed
rabiaedayilmaz
closed
2 months ago
rabiaedayilmaz
commented
2 months ago
fix some typos in readme
in func_2d/function.py file, reshaping vision_feats_temp is causing runtime error
fixed by changing .view() func to .reshape()