Damián Silvani

Results 96 issues of Damián Silvani

Workaround for hydra sketches that use `time`: use time argument from anonymous callback: For example: ```javascript shape(20, .2, .3) .scale(({ time }) => Math.sin(time)+1*2) .out() ```

bug
hydra

```plot_data_generator(num_samples=3, fig_size=(10, 10), train_config=config, img_ch=3)``` ![image](https://user-images.githubusercontent.com/4862/170787120-fc1fa5cd-b50a-478a-9ce4-22df55ccf56f.png)

type: bug
effort: 1

Right now it saves total results at the end of the process.

enhancement
ap_detect

Currently, the data augmentation step only perform horizontal and vertical flipping (90 degrees rotations) and random brightness transformations.

enhancement
ap_train