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.
also when calling IntrADataset class in test.py, there is no instance attribute called 'test_all'
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!
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.
also when calling IntrADataset class in test.py, there is no instance attribute called 'test_all'