SysCV / r3d3

BSD 3-Clause "New" or "Revised" License
144 stars 13 forks source link

No module named 'externals.efm_datasets.efm_datasets.dataloaders.DDADDataset' #2

Closed JOP-Lee closed 1 year ago

JOP-Lee commented 1 year ago

Thank you for your work. I have encountered the following problems. It seems that the DDADDataset.py file is missing in the efm_datasets folder.

AronDiSc commented 1 year ago

Hi @JOP-Lee. Thank you for your interest. May I ask you how you've encountered this problem? Because we are not making use of the EFM-Datasets repository.

JOP-Lee commented 1 year ago

Hi @JOP-Lee. Thank you for your interest. May I ask you how you've encountered this problem? Because we are not making use of the EFM-Datasets repository.

@AronDiSc Thank you for your reply. Due to network problems, I can't download the complete project in this way: git clone --recurse-submodules https://github.com/AronDiSc/r3d3.git

Therefore, I can only download the sub-modules separately, among which vidar is git clone --recurse-submodules https://github.com/TRI-ML/vidar.git. This project contains EFM-Datasets repository.

I'm very confused. Can you help me solve it? Or it may be useful to upload submodules to the web.

JOP-Lee commented 1 year ago

@AronDiSc Thank you for your reply. I think I should have solved the problem.

AronDiSc commented 1 year ago

@JOP-Lee I'm glad that you could solve the problem. We use a fork of the vidar module located at https://github.com/AronDiSc/vidar which is from an older state and has a few modifications. I guess this is why the problem occurred.