visual_motif_removal icon indicating copy to clipboard operation
visual_motif_removal copied to clipboard

Results 6 visual_motif_removal issues
Sort by recently updated
recently updated
newest added

Dear Author, Thanks for your awesome work! Are you willing to release the synthesized dataset for training/testing in the paper? Best wishes, Xiaodong Cun.

The url in run_demo.py is not useful, can you share it again.

Hi, thanks for sharing this code. I was impressed by the watermark removal results provided by this model. However, when I was trying this model (I didn't do any modifications,...

In the paper, the size of the central feature map is 4x4x512 ![截屏2019-11-20下午3 18 27](https://user-images.githubusercontent.com/7346324/69217189-020ce700-0ba9-11ea-96bc-c9d6b0f7edee.png) But [the code do not apply pooling on the last DownConv block](https://github.com/amirhertz/visual_motif_removal/blob/c7d158e3b448efb596a89ac869d154ca5c0816a8/networks/unet_deeper.py#L51), so that the...

Traceback (most recent call last): File "/content/visual_motif_removal/demo/run_demo.py", line 6, in from utils.train_utils import load_globals, init_folders ModuleNotFoundError: No module named 'utils'

The previous code turned all the non-black pixels on the RGBA motif into (255,255,255,255), i.e. white. The authors' intent was probably setting only the alpha coordinate to its maximal value...