You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, the problem was the extension of the downloaded checkpoint file is .gz but it has to be .tar.gz to extract it. I had to manually change it to .tar.gz, then extract it. Although it is a small issue, it is confusing.
Greetings,
I'm trying to perform inference on the HierText dataset with Unified Detector. When I ran the inference script, I got the error message in the image.
The script I ran was:
The error message:
I'm utilizing an anaconda environment with Python3.7.13. Initially, I ran the scripts under the sections, "Set up TensorFlow Models" and "Set up DeepLab2". I installed protoc with conda. Finally, I downloaded the Unified-Detector-Line checkpoint file, decompressed the file with gzip, moved it to the "models" folder and ran the script above.
Could you help with the error message? I suspect that there is a mismatch in the packages installed, or the checkpoint file is broken.
Could you also specify which python version you are using the Unified Detector with?
Thanks in advance.
The text was updated successfully, but these errors were encountered: