pengHTYX / OPAL

Disparity estimation for 4D Light Fields
10 stars 1 forks source link

函数TestDataset #4

Open tian-1-2-3 opened 1 year ago

tian-1-2-3 commented 1 year ago

test.py里调用LFattdata.py中的函数TestDataset(Dataset)没有提供,可以提供吗

PPXGS commented 11 months ago

I have the same question

tzslg commented 1 month ago

发生异常: AttributeError module 'data.LFattdata' has no attribute 'TestDataset' File "D:\Desktop\Depth & Disparity\NeuralDisparityField\UnsupervisedDisparityEstimation\OPAL-main\test.py", line 28, in main valid_dataset = data_lib.TestDataset(opt) ^^^^^^^^^^^^^^^^^^^^ File "D:\Desktop\Depth & Disparity\NeuralDisparityField\UnsupervisedDisparityEstimation\OPAL-main\test.py", line 57, in main() AttributeError: module 'data.LFattdata' has no attribute 'TestDataset'