Daniel Angelov
Daniel Angelov
Now that djongo is compatible with Django 4.0.1 (https://github.com/doableware/djongo/pull/615), would that warrant a new version of the package in pypi?
Parts of the models that are defined here should benefit from the fact they are static graphs. I have not seen anywhere in the repository the [`@static_code`](https://docs.chainer.org/en/stable/reference/static_graph.html) tag along the...
Currently, in the Google Cloud Platform, in the `deeplearning-platform-release` project, the `chainer-latest-cu92-experimental` image has: chainer - 5.3 chainercv - 0.11 What is the usual time-frame/method for updating those images to...
Can you please specify under which license has the code been published? Thanks, Daniel
## 🐛 Bug Training a model with detectron2 and evaluating it with the built-in cocoeval results in different mAP estimates for both `box` and `segm` metric cases. ### To Reproduce...
By default `border_mode='valid'`, thus there will be a tensor difference between the inputs and outputs. Added `, border_mode='same'` as in the layer above within the model. This fixes the code...
Is there intention to support mouse scroll wheel?
## 🐛 Bug In the [documentation ](https://albumentations.ai/docs/api_reference/augmentations/geometric/transforms/#albumentations.augmentations.geometric.transforms.Affine) + Rotate we have a paramter named `rotate_method` for `v 1.3.0`, however installing `1.3.0` we get the following error: ``` >>> import albumentations...
**Is your feature request related to a problem? Please describe.** When using the exported SDFs with Gazebo, one has to manually add the optional param `topic` to the `Custom Properties`....
**Describe the bug** I've sketched up a scene and rigged it with motors/joints. (1) When exporting without [Apply mesh scale], the process succeeds, but with wrong model, as some of...