Open deepdarkfans opened 4 years ago
oh,I fix this problem,just change the test_data[i].cropped_image_path
to test_data[i].cropped_posmap_path
but then I get two pictures like this.
I do not understand why I get this picture and stand for what
I saved the image as a .npy file in the earlier version and forget to change it. You can just replace np.load() by io.imread().
Hey, i just change the np.load() by io.imread(), and i get this picture. My question is, how to show the alignment results like the example you give. Thanks
I had this error when I set --isVisualize=1,how do I solve this problem?