-
# Description
Investigate AVAnnotate manifests (listed on #430) to review any changes with updated AVAnnotate tool and compare with list of features that we have defined as needing to be supported (s…
-
While testing out the new relative path for `$ref` change you made for me, we ran into an issue. Given this annotation:
```
+# @schema
+# type: object
+# patternProperties:
+# "^.*":
+# …
-
### Issue description
```fsharp
type R = { x: int }
type RA = {| x: int |}
[]
let main _args =
let a = System.Text.Json.JsonSerializer.Deserialize "null"
let _a = a.x
let b = System.Tex…
-
We had a case of a long video where the request to get all video annotations ran into the memory limit. To avoid this we can send a streamed JSON response and fetch the annotations lazily in chunks. H…
-
```
I am missing an annotation, which allows me to serialize and store an object
graph using Json instead of Java Serialization.
Json is much more flexible, tolerant and faster, and I would love to …
-
**Background**
We do not annotate table schemas with Incremental settings if present. This annotations may be useful downstream for systems that will automatically generate pipelines that incremental…
-
**What happened**:
Updating or opening an annotation messes up the dashboard logic, and query field becomes empty. This breaks the annotation query logic.
When you add annotation, JSON model o…
-
Hi
I'm a newbie in AI and i'm using labelbox to create my own dataset (instance segmentation) and the annotation output is a single json file.
The issue that i have is that the model that i'm us…
-
Currently, we parse annotations by loading the entire annotation into memory. Usinb an iterative approach for larger files (e.g., via https://github.com/ICRAR/ijson) would be mord scalable.
-
I have made a simple app with just the following:
```
@Keep
class Simple(@Json(name = "dummy1")var dummy: Int)
....
val moshi = Moshi.Builder()
// Add any other JsonAdapter fac…