-
Notifications
You must be signed in to change notification settings - Fork 52
Description
I have trained the BBDM f16 variant model on real to comic images using paired dataset. now I want to test this model by giving my own image, and it should convert it to its corresponding comic image. any steps to follow? I'm completely lost on this.
Here's what I tried:
-
I tried using ‘custom_single’ parameter in config.yaml and gave path to my test folder (“Real2Comic”) which has three other folders “Test”, “Train”, “Val” which passed the code and it ran successfully but it created an empty results folder. To give context, this test dataset was not paired (cause what’s the use of testing while already having paired images), it ran but got empty results folder.
-
I tried using ‘cutom_aligned’ just like how I trained, put the same testing folder, it is asking for train/A, train/B , those A and B folders. Like why? Then what’s the purpose of testing.