Its impossible for others to follow what you have done in your "tutorial"!
Example:
model = models.load_model(model_path, backbone_name='resnet50')
- What package do you need to import in order to load this model?????
And in your "Now we are ready to run the prediction" there are several packages which need to be loaded, but it aint said anything about package names!
Also the "build_logos.py" is fail, because you need to remove .FILETYPE in the .txt files, and in your "tutorial" its pointed out that .FILETYPE has to be included.
Can you please make a complete tutorial which is possible to follow, step-by-step?
Its impossible for others to follow what you have done in your "tutorial"!
Example:
model = models.load_model(model_path, backbone_name='resnet50')
And in your "Now we are ready to run the prediction" there are several packages which need to be loaded, but it aint said anything about package names!
Also the "build_logos.py" is fail, because you need to remove .FILETYPE in the .txt files, and in your "tutorial" its pointed out that .FILETYPE has to be included.
Can you please make a complete tutorial which is possible to follow, step-by-step?