Giter VIP home page Giter VIP logo

chainer-deepfill's People

Contributors

nogu-atsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

smildwind

chainer-deepfill's Issues

I'm sorry to bother you,but I have some questions...

@msakai @delta2323 @iwiwi @okapies @mitmul
Hi,

Awesome Work!
I have some question while training the model,an error occurred as follow:
X4O{39LZUP46YP9(II9W{M3
My chainer version is 5.3.0

In addition,I wonder if we could use the irregular mask put forward by partial convolution as input rather than use the free form mask.How could we solve it?

Last but not the least,I have noticed that the EDGE_FLIST is none,I wonder you say there are no influences whether EDGE_FLIST exist or not.How to get the EDGE_FLIST?

Looking forwarding to receiving your reply!I would very appreciate if you could help me!

Thanks,

How to print the mask and incomplete image during one batch?

Wondeful work.I have trained the model using your code,but I wonder how to print the mask and incomplete image during one batch.In test.py,I have set batchsize to 1.And here is my code:

out = batch_complete.data.get()
out = batch_postprocess_images(out, 1, 1)
Image.fromarray(out).save(args.eval_folder + "/Iout.png")
#failed
# mask = 1. - mask[:, :1]
# mask = mask.get()
# mask = batch_postprocess_images(mask, 1, 1)
# Image.fromarray(mask).save(args.eval_folder + "/mask.png")
gt = batch_pos.get()
gt = batch_postprocess_images(gt, 1, 1)
Image.fromarray(gt).save(args.eval_folder + "/Igt.png")
incomplete = batch_incomplete.get()
incomplete = batch_postprocess_images(incomplete , 1, 1)
Image.fromarray(incomplete).save(args.eval_folder + "/incomplete.png")
edge = batch_incomplete - mask[:, 1:] + mask[:, :1]
edge = edge.get()
edge = batch_postprocess_images(edge, 1, 1)
Image.fromarray(edge).save(args.eval_folder + "/edge.png")
#failed
# mask =  mask[:,:1]
# mask = mask.get()
# mask = batch_postprocess_images(mask, 1, 1)
# Image.fromarray(mask).save(args.eval_folder + "/mask.png")
x1 = x1.data.get()
x1= batch_postprocess_images(x1, 1, 1)
Image.fromarray(x1).save(args.eval_folder + "/x1.png")

I guess it may be related to the channel,but how to solve it?
incomplete
The incomplete picture I get is covered by gray region rather than white region,how to replace the unknown area with white feature?

Looking forward to receiving your reply,thank you.

Can I test the v2 model without edge input?

Hi,

Thank you very much for sharing the codes. I have one question:
If I train the v2 model with edge input, can I test the model without edge input? Just like the normal image inpainting system without guided user input.

Thank you very much!

Continue training from checkpoint

Thank you for this incredible implementation of DeepFill.

Apologies for the stupid question, but I have been unable to implement the ability to restore from checkpoints when training.

MODEL_RESTORE seems to imply this exists out of the box, but I haven't been able to work it out.

Any help would be really appreciated.

Request: Ability to draw custom masks for single image evaluation

Again, this is an amazing implementation of Deepfill.

I wonder if it is possible to use custom masks for evaluation?

For example: Use a png or jpeg mask in the command line to remove a person or object from a nature photo.

I'm happy to make a donation if you're able to add this function :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.