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
Thank you @sophiajw for making this code publicly available.
I was hoping you could provide some clarification about the output of running test.py. The testA/ and testB/ folders being assigned to dataroot each contain 378k paired patches. The direction of both training and testing was set as A -> B.
The results folder (~outputs/trial/) contains 1.5M objects such as:
Now that testing has been completed, I want to merge the output patches into a "fake stain" and compare it to the "real stain" both qualitatively and quantitatively.
I'm unsure which output images should be merged together and in what order. I presume DataLoader reads the test patches in order so the output patches just need to be sorted numerically, but I'd appreciate your insight on this.
The text was updated successfully, but these errors were encountered:
Thank you @sophiajw for making this code publicly available.
I was hoping you could provide some clarification about the output of running test.py. The testA/ and testB/ folders being assigned to dataroot each contain 378k paired patches. The direction of both training and testing was set as A -> B.
The results folder (~outputs/trial/) contains 1.5M objects such as:
Now that testing has been completed, I want to merge the output patches into a "fake stain" and compare it to the "real stain" both qualitatively and quantitatively.
I'm unsure which output images should be merged together and in what order. I presume DataLoader reads the test patches in order so the output patches just need to be sorted numerically, but I'd appreciate your insight on this.
The text was updated successfully, but these errors were encountered: