pulp-dronet
pulp-dronet copied to clipboard
FileNotFoundError due to mismatched activation file names during DORY deployment
Hi !
Thank you for the excellent tools and documentation.
I was following these steps to train the tiny-pulp-dronetv3 model and deploy that model on AI deck.
After completing the quantization process, when executing the dory commands, FileNotFoundError:.../.../input.txt was seen as the output of the terminal.
It seems that the txt files generated by qunatize.py in this line was naming the file as layer_1_activations.txt.. etc. This does not match the file naming expected by DORY (such as input.txt).
Could you please clarify: Whether the filenames need to be renamed in qunatize.py ?
Thank you for your time.