chbehrens
chbehrens
Hi all, it would be a great enhancement to be able to draw random numbers from common distributions inside equations. This would for example allow to implement synaptic release noise...
Hi all, I'm not sure whether this is the way to bring this up here, but I drafted an implementation of compartment condensation for extended morphologies. Realistic morphologies e.g. based...
Disclaimer: I quickly hacked this as a draft/suggestion. There might be better/nicer methods to achieve the same. I suggest to add some abstractmethods to AnyPath so that the methods available...
## Motivation I currently get the following warning from the centerpoints bbox coder: ``` mmdet3d/models/task_modules/coders/centerpoint_bbox_coders.py:207: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True),...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmdetection3d.readthedocs.io/en/latest/notes/faq.html) but cannot get the expected help....
Hi Lucas, we are still using c2s in the lab but unfortunately cmt doesn't work with our more recent setups (Ubuntu 18.04, python 3.8, gcc 7.5). With Ubuntu 18.04, python...