I tried to download the “.zip” file (“Dataset111_453CT_v100” I suppose?) from the guided Github page, and created DentalSegmentator\Resources\ML folder as required since I didn’t find them. But the error remained. I wonder how can I solve this problem?
I tried to put checkpoint_final.pth file from the downloaded zip and created download_info.json file, both in the mentioned folder DentalSegmentator\Resources\ML. The error remains.
The problem must be something trivial, but it is hard to guess without any specific information. I would recommend to attach Visual Studio Code debugger and put breakpoint into PythonDependencyChecker.py and step through the code to see exactly what is happening. Setting up the debugger should not take more than 5-10 minutes and it will be obvious what is happening and what to do about it.
I found a post in local forum and it turned out to be a problem with access to online python libraries. I reset the environmental variables related to python libraries to change it for mirror url and it worked. The weight files should be downloaded manually and directly unzipped in file mentioned in the instruction, which may require to be newly built.