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
(.venv) jason@Jasons-MacBook-Pro 02-MemSAM % python test_video.py
Traceback (most recent call last):
File "/Users/jason/01 Learn/Active/Programming/03 NPU/03 Large Model/02-MemSAM/test_video.py", line 20, in <module>
from utils.evaluation import get_eval
File "/Users/jason/01 Learn/Active/Programming/03 NPU/03 Large Model/02-MemSAM/utils/evaluation.py", line 12, in <module>
from medpy.metric.binary import hd as medpy_hd
ModuleNotFoundError: No module named 'medpy'
Solution: run $ pip3 install medpy
the ./dataset/SAMUS/CAMUS_full/full.json is missing
The CAMUS_full is not mentioned in the README.md file and the mentioned CAMUS dataset don't have class.json
Error log
(.venv) jason@Jasons-MacBook-Pro 02-MemSAM % python test_video.py
task CAMUS_Video_Full checkpoints: checkpoints/CAMUS_full/your_checkpoint.pth
Traceback (most recent call last):
File "/Users/jason/01 Learn/Active/Programming/03 NPU/03 Large Model/02-MemSAM/test_video.py", line 76, in <module>
test_dataset = EchoVideoDataset(opt.data_path, opt.test_split, tf_val, img_size=args.encoder_input_size, frame_length=10,disable_point_prompt=args.disable_point_prompt, point_numbers=args.point_numbers) # return image, mask, and filename
File "/Users/jason/01 Learn/Active/Programming/03 NPU/03 Large Model/02-MemSAM/utils/data_us.py", line 810, in __init__
with open(self.class_dict_file, 'r') as load_f:
FileNotFoundError: [Errno 2] No such file or directory: './dataset/SAMUS/CAMUS_full/class.json'
Commit:
36f1b98
Goal:
run
$ python test_video.py
Issues:
the
medpy
package is not in therequirements.txt
Error log
Solution: run
$ pip3 install medpy
the
./dataset/SAMUS/CAMUS_full/full.json
is missingThe
CAMUS_full
is not mentioned in theREADME.md
file and the mentionedCAMUS
dataset don't haveclass.json
Error log
What I've tried
./dataset
folder. E.g./dataset/CAMUS_public
./dataset
folder. E.g../dataset/EchoNet-Dynamic
./temp_dir
folder. E.g../temp_dir/CAMUS_public_256
./temp_dir
folder. E.g../temp_dir/EcoNet
The text was updated successfully, but these errors were encountered: