Trouble accessing the input_path attribute ¶
By: vcasellesb on July 6, 2023, 10:55 a.m.
Dear all,
I am having issues with the process.py code file, while doing tests with my dockerized algorithm. I have been trying to access the input_path
attribute that is defined when defining the ToothFairyAlgorithm class (in the super.init() section), but when I try to call it to run my prediction/inference, it shows an error that ToothfairyAlgorithm class has no input_path attribute. Is it possible that there is an error when defining the class attributes? Or is there something I'm missing?
Thank you very much for your time. Vicent Caselles