-
Updated
Apr 22, 2020 - Python
image-inpainting
Here are 81 public repositories matching this topic...
I downloaded the pre-training model to see the effect of the model. Instead of generating flist file, I directly tested it, and the following error occurred:
python test.py --checkpoints ./checkpoints/places2 --input ./examples/places2/images --mask ./examples/places2/masks --output ./checkpoints/results --model 3
Loading EdgeModel generator...
Loading InpaintingModel generator...
sta
-
Updated
Sep 27, 2019 - Python
-
Updated
Feb 17, 2018 - Lua
-
Updated
Aug 13, 2018 - MATLAB
-
Updated
Jan 8, 2020 - Python
-
Updated
Dec 21, 2017 - Jupyter Notebook
-
Updated
Dec 5, 2019 - Python
-
Updated
Oct 27, 2019 - Python
I was attempting to run the demo code, but I found that the checkpoint file mentioned in line 53 from "Examples/demo_segmentation.py" (see below) is unavailable. Is there a location that has not been documented that I can check?
old = torch.load("checkpoints/text_seg_model_838epos.pt", map_location='cpu')
-
Updated
Dec 21, 2019 - Python
-
Updated
Apr 17, 2020 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Aug 5, 2017 - Lua
-
Updated
Feb 16, 2020 - Python
-
Updated
Aug 30, 2018 - Python
-
Updated
Jan 16, 2020 - Python
-
Updated
Dec 7, 2018 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Jul 4, 2016 - MATLAB
-
Updated
Aug 17, 2016 - C++
-
Updated
Jun 5, 2019 - Python
-
Updated
Nov 28, 2019 - Python
-
Updated
Mar 4, 2020 - Jupyter Notebook
-
Updated
Feb 18, 2020
-
Updated
Feb 7, 2020 - Python
-
Updated
Feb 1, 2019 - Swift
-
Updated
Mar 9, 2019 - MATLAB
-
Updated
Jun 24, 2019 - Python
Improve this page
Add a description, image, and links to the image-inpainting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-inpainting topic, visit your repo's landing page and select "manage topics."


Hello, @JiahuiYu .
There is no progress bar after "Trigger callback: Total counts of trainable weights: 9999294.
Total size of trainable weights: 0G 9M 548K 958B (Assuming32-bit data type.)" anymore.
What should i do to have it back?