Xiuming Zhang

Results 10 comments of Xiuming Zhang

@beyondmetis Thanks for your very prompt reply! I did do a pip install. I will try out the latest source.

Does this help? https://github.com/pytorch/pytorch/issues/7548

Hi, could it be because you had too high of a threshold in visualizing the voxels?

Another idea: having a new `vis.wrap` module that contains *separate* wrappers for `pyplot.scatter`, `pyplot.line`, etc. The current universal wrapper is too ambitious, with lots of corner cases.

ok, going with the 2nd option, but naming it `vis.plot` instead. Start migrating functions from `vis.general` to `vis.plot`.

Makes more sense to have specialized functions, such as `vis.line`, `vis.scatter`, etc. Otherwise, this kind of general wrapper is as hard to use as the original `matplotlib` API...

I reiterate: If an import is pretty much necessary for all functions in the module (like import `bpy` to `blender.object`), wrap the import inside `try`, so it won't fail at...

Especially for image resizing: https://arxiv.org/pdf/2104.11222

Could you paste here all the printouts in your terminal?

Exactly as @1313e said. Is there an update on this? Having the title being a custom one and meanwhile the format being the aliased section's would be really nice.