twsl

Results 34 issues of twsl

Adds a devcontainer based on the Python devcontainer with CUDA support. Uses the nvidia/cuda image as base image. Enables developers with focus on ML/DL to leverage devcontainers. Could fix #180

### Steps to reproduce ``` class Test { public uint Id { get; set; } } ``` ``` protected override void OnModelCreating(ModelBuilder modelBuilder) { modelBuilder.Entity(entity => { entity.HasKey(e => e.Id)...

up-for-grabs

### Describe the bug Passing a bbox input `AugmentationSequential` changes the input boxes. ### Reproduction steps ```python x1 = torch.clone(fm.image) x2 = torch.clone(fm.depth_image) x3 = torch.clone(fm.boxes) x4 = torch.clone(fm.masks.to(dtype=torch.float32)) out...

bug :bug:
help wanted
module: augmentations

#### Changes Fixes # (issue) #### Type of change - [ ] ๐Ÿ“š Documentation Update - [ ] ๐Ÿงช Tests Cases - [ ] ๐Ÿž Bug fix (non-breaking change which...

### Describe the bug In order to seamlessly integrate in object detection worksflows, i need a few things. Internally, all transformations are done by representing the four points of a...

help wanted
module: augmentations

Content: - Test against all current [LTS](https://nodejs.org/en/about/releases/) versions of node - Don't fix yarn version - Support for possibly test on multiple OS in the future

Fix #295 Content: - Fix deprecation warnings - Code formatting

Fix #297 Content: - Add devcontainer

``` package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by...

wontfix

I'd like to propose the move of the actual image from an image tag to the canvas, mainly because it would make my feature request https://github.com/heartexlabs/label-studio/issues/1425 much easier to implement...