FJDEV
FJDEV
Hi, could you help to solve this issue? I was trying to "repair" a mesh to fill up all holes and smooth the rugged boundary, but the error message came...
Hi, thanks for this good work, I was trying your method on my own image. When calculating flux, I had this error message: --------------------------------------------------------------------------- ValueError Traceback (most recent call last)...
Hi, I had some issue to run devito, please see below codes: (Looks like once I added `from devito.checkpointing import *`, the error will come out. Error: ` Trying to...
Thanks for sharing this work. One question: If you perform refinement, will the model be finetuned based on the refinement click? ThankS.
Hi thanks for the great work. I am wondering if this repo can be used to generate enhanced images, e.g. super-resolution images. I modified your codes but still couldn't get...
Thanks for the great work! I noticed there is model size difference ~300MB (crate-demo.pth) vs. ~100MB (re-trained model_best.pth.tar). Because I retrained the model using the repo code here but the...
Hi, thanks for your work, really appreciated! One question: when I'm reading a large segy file, using this line: ``` from cigsegy import SegyNP d = SegyNP('3Dpoststack.sgy') d.shape # (ni,...
Hi, thanks for you work. Wondering how to create some closure images shown like in /img/closure1, closure2, etc.. I was trying to run example notebook but got this: `Number of...