Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about testing #10

Open
spencerkrichevsky opened this issue Jul 30, 2023 · 0 comments
Open

Question about testing #10

spencerkrichevsky opened this issue Jul 30, 2023 · 0 comments

Comments

@spencerkrichevsky
Copy link

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:

  • A_0/ {input.png, outputA_A_0.png, outputA_B_0.png}
  • B_100/ {input.png, outputB_A_0.png, outputB_B_0.png}
  • outputA_1000.png
  • outputB_9999.png

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant