I want to just see output result of 68 predicted points, When I tried visualize the 68 points, using pre trained eval-epoch-049-050-02-03.pth it is give me mistake. FileNotFoundError: [Errno 2] No such file or directory: '/home/dxy/datasets/landmark-datasets/300W/helen/testset/3243018729_1.jpg'
The pre-trained model is trained on my machine, where the data path is at "/home/dxy/datasets/landmark-datasets/" and it will be saved.
There are two options,
Using our pre-trained model to predict on your own images.
I want to just see output result of 68 predicted points, When I tried visualize the 68 points, using pre trained eval-epoch-049-050-02-03.pth it is give me mistake. FileNotFoundError: [Errno 2] No such file or directory: '/home/dxy/datasets/landmark-datasets/300W/helen/testset/3243018729_1.jpg'