Mohamed El Banani

Results 11 comments of Mohamed El Banani

Issue was caused by something else.

So I closed the issue before because I thought it was caused by running within a virtual environment, but the issue reappeared and I forgot to reopen the issue. I...

Thanks a lot for the answer. To help make this more searchable, here's the error I got with a newer imageio: `TypeError: must be encoded string without NULL bytes, not...

Hey, sorry I missed the issue. @phdymz Please check issue #2 regarding the intrinsics. To summarize; The difference between the intrinsics is pretty small after preprocessing, so I suspect it...

I am facing a similar bug where the first N frames will be okay, but anything after frame N will result in those errors (sending packets and run_.load(). Did any...

@chenxl124578 Some of the layers include a simple name change; eg, HYPERCUBE -> HYPER_CUBE, while others are deprecated.

@sandeepnmenon, I am not sure. I faced a similar issue a while ago, and this issue wasn't really discussed in the documentation I saw or the other issues. I wasn't...

Hi @patricklabatut, thanks for releasing the code and starting this issue to track progress on depth estimation. I have tried to re-implement this but have not been successful (was unable...

The libraries are declared within the wrong name scope. Adding this to the top of `external/mLib/include/mLibDepthCamera.cpp` seems to fix the issue. ``` #include #include #include #include ```

I am sorry about this. I was planning on doing that soon after publication and I released the evaluation code, but completely lost track and forgot to clean up the...