Closed xinli2008 closed 1 year ago
the mask is only process after the inference not during. I will try to add a simple code for this but there is only three steps:
thank you for your kindly reply and i will try the blur trick code. wIsh you have a nice weekend
hi @xinli2008, I just add the blurring trick in the infer.py code and improve the training of realfill. Now you just need to do the training and run inference. All tricks in the paper have been added except the "Correspondence-Based Seed Selection" trick in sec 4.2 which is only used for evaluation
Hey I get this error when running the inference script:
File "/home/humaid/Desktop/realfill/infer.py", line 83, in
sorry to bother you again. I notice that you process the border of dataset masks and original images during inference: I do the process according to paper, but output bad results! would you like to provide the process code ? Best