Félix Antoine Goudreault
Félix Antoine Goudreault
In the LiDAR implementation, all rays are cast at the same time during a frame. Thus the timestamp could be the frame ID times the delta timeout between frames. I...
Hi! Is there any updates on this feature request? Thanks
Not at the moment since the picture you show is an implementation by somebody else not included in Carla.
Hi @JacksonRG thanks for your reply. I am using `openshot-qt v2.6.1-dev` and `libopenshot v0.2.7-dev`. Python version `v3.9.5`, qt5 `5.15.2` Here are the logs. [libopenshot.log](https://github.com/OpenShot/libopenshot/files/9128884/libopenshot.log) [openshot-qt.log](https://github.com/OpenShot/libopenshot/files/9128885/openshot-qt.log)
already exists here I believe https://pypi.org/project/aioshutil/
I believe you can use `aioshutil` for this https://pypi.org/project/aioshutil/
Hi! We got inspired by this and wrote a paper about it [here](https://openaccess.thecvf.com/content/CVPR2023/html/Goudreault_LiDAR-in-the-Loop_Hyperparameter_Optimization_CVPR_2023_paper.html). I did a rough implementation which is very slow but at least works. If the devs are...
Hey @Tottowich! Thanks for the feedback :) Here's the link to the [paper website](https://light.princeton.edu/publication/lidar-in-the-loop-hyperparameter-optimization/) where you can have the link towards the code. It is not public at the moment...
For the time being, do you have similar workarounds for other platforms as well? Thanks
@joebeeson Of course! A usecase would be to be able to listen to [message events](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage). For instance, you could have any message event posted in the window using: ``` function...