谭立行
谭立行
@iamhankai Hi, thanks for doing such a great work. I was trying to do the same thing as thianyuluan does. I notice that you said replace nn.Conv2d with GhostModule, how...
Hey, I have met the same problem. And I looked at the new version source code of torch.jit, compared with the old version, it changes the function name from get_trace_graph...
Hi, I've reached a similar problem, I was using `meshio` to save a mesh into `PLY` file and load it into `meshtaichi`, but I have failed, the error message is...
I have tried to load an `obj` file generated by blender, and I got another error like follow: ``` [Taichi] version 1.4.1, llvm 15.0.1, commit e67c674e, win, python 3.10.9 [Taichi]...
> For your inverse warped image, you forgot to specify the `whichtoinvert` parameter. Also, given your conversions to/from numpy arrays, we'd actually need a reproducible example (including data) to diagnose...
> If I do > > ``` > fi = img_to_single_component(fi_path) > imageio.imwrite('fi.png', fi.numpy()) > ``` > > I see that the constrast is much compressed, and the image appears...
I understood, thanks again for helping me! I'll try the commind line version of ants. ---Original--- From: "Philip ***@***.***> Date: Thu, Nov 10, 2022 01:02 AM To: ***@***.***>; Cc: ***@***.******@***.***>;...
> You can try searching for a better affine solution with `ants.affine_initializer`. Unfortunately the Python version only supports rotations, the command line `antsAI` will also let you search translations. >...