I tried to run samples/python/introductory_parser_samples/uff_resnet50.py.
The code searches ["binoculars.jpeg", "reflex_camera.jpeg", "tabby_tiger_cat.jpg", "resnet50-infer-5.uff", "class_labels.txt"] in DATA_DIR/resnet50. However, when I installed TensorRT 5.0, there was no such files.
DATA_DIR only has subfolders of char-rcnn, faster-rcnn, googlenet, mlp, and mnist. Where I can get the example image files and uff model file?