Seb Parkitny

Results 8 comments of Seb Parkitny

Hi @kalleknast can you please post the pre-trained checkpoint again? It is no longer available.

@kalleknast you can try https://www.mediafire.com/

Any further updates on when this fix will be added?

This issue isn't resolved and should be re-opened. @EEthinker is correct that `group_by_keys` takes in the handler as an argument, but does not use it at all. Therefore the `ValueError`...

I am also hitting these issues, is there any plan to make progress on fixing this issue in the near future?

My solution for the time being had been to copy the group by keys implementation (causing the crash), remove the line raising the exception and monkey patch the web dataset...

I've been able to set my S7 to render camera frames at 60 fps using the parameter configuration outlined by [gaurav-mcl in the previous linked issue](https://github.com/Samsung/GearVRf/issues/270#issuecomment-153837339). I am trying to...

Thanks for the response, I am using the old camera API and each frame is available as a `SurfaceTexture `via the `onFrameAvailable` callback. The time difference between frames is fluctuating...