Xiuming Zhang

Results 30 issues of Xiuming Zhang

Great work! I'm building a webpage monitor based on this awesome tool, but found that the screenshots stay the same even if the webpage has changed. Is there an option...

Hi! `vread` doesn't seem to work for my Python 3.6 (Anaconda3-4.3.1-Linux-x86_64). ``` from skvideo.io import vread vid = vread('/data/myvid.mp4') ``` gives me ``` File "/software/Anaconda3-4.3.1-Linux-x86_64/lib/python3.6/site-packages/skvideo/io/io.py", line 144, in vread reader...

Good work! If I'm not wrong, coc-html implicitly runs Tidy on the buffer, giving error and warning hints for the current buffer content. I often use Tidy to auto-format my...

Thanks for the nice work. I was using this Python API to compute the trip duration from A to B during the rush hour. What this API reports as a...

type: bug
triage me

Signature: `cam.render_buffers(trimesh_obj, alpha=False, depth=False, normals=False, visibility_to=None)`

See `nerfactor/data_gen/dtu_mvs/surf_from_mvs.py` on how I extracted `K` from `P` with `cv2` but then later found `[R|t]` with `K^{-1}P`, instead of using those from the `cv2` decomposition (which uses another weird...

And "X axis" to ":math:`x` axis"

Maybe have some overarching util file containing `_assert_cycles()`, so that modules across the whole package can all use it. As of now, it's in `blender/object.py`