Results 11 issues of eugenelyj

Hi, i find current detector for chessboard in kalibr is weak. In my case, only 125/376 is successfully detected. On the contrary, a sector based approach, which is implemented in...

enhancement

**General Information** 1. Which BlenderProc version are you using? Blender 3.1.0 2. On which operating system are you? Ubuntu 18.04 **To Reproduce** Add one line code in "examples/advanced/optical_flow/main.py", before "bproc.renderer.render_optical_flow"...

bug

in file `ORBSLAMForDatasetActivity.java:151`, a line of code `for (File file : dir.listFiles())` should be improved because the method `listFiles` makes no guarantees about the order of the files returned

i dont understand the code `synchronized (im)` in `ORBSLAMForCameraActivity.java`, why to use synchronized here, could anybody help me ?

**Description** I find the only supported way to render correspondence map existed in blenderproc is `render_nocs`. However, it is not suitable for the deformable objects like a dancing human (i.e.,...

enhancement

Hi, when i run `test_IIW.lua`, i met some problems as following: ``` path/nn/CAddTable.lua:16: bad argument #2 to 'add' (sizes do not match at path/torch/extra/cutorch/lib/THC/generated/../generic/THCTensorMathPointwise.cu:217) stack traceback: [C]: in function 'add'...

Dear authors, thanks for the awesome work. I want to know how to download the checkpoint file?

Dear authors, Thanks for sharing the code. I want to know if I can access the `Event-Intensity Stereo: Estimating Depth by the Best of Both Worlds` code in this repo.

Nice work! Just curious how to get the annotations of the constructed dataset?

Suppose you want to implement increasing or decreasing cfg, in [this line](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/cogvideo/pipeline_cogvideox_image2video.py#L778), the t.item() should be replaced with i or (num_inference_steps-i)