yifliu3 / EPT-Net

Edge-oriented Point cloud Transformer for 3D Intracranial Aneurysm Segmentation. MICCAI22
MIT License
13 stars 7 forks source link

test.py #7

Closed felipestrella closed 1 year ago

felipestrella commented 1 year ago

hello, i was trying to run the model ,while i was able to run the training, it seems that there is a problem with the test.py. It uses an utils.tools function called cal_Iou_Acc_batch. this functions require 2 parameters but in the test.py you intruduce 3 parameters. error

also when calling IntrADataset class in test.py, there is no instance attribute called 'test_all' error2

yifliu3 commented 1 year ago

Hi,

sorry for the late reply. The error raises from imcompatible code versions, you can fix them by few modifications. Besides, I will re-organize the code later. Thanks for your useful feedback!