-
Hi, Thanks for your provided dataset firstly. I want to know if the gt pose is a transformation from object frame to world frame. And what I get through my pose estimation method is a transformation f…
-
Lets say I have the following enum class in Kotlin:
```
enum class Animals {
@Json(name = "dog")
DOG,
@Json(name = "cat")
CAT
}
```
When I try to decode some JSON I ge…
-
### Title
Proteomics Identification Ontology
### Short Description
The Proteomics Identification Ontology (PRIDE ontology) provides a model for describing, sharing and integrating of proteom…
-
There is a terrible hack hidden in how we generate the [`nix/deps/gradle/deps.json`](https://github.com/status-im/status-mobile/blob/develop/nix/deps/gradle/deps.json) which is consumed by the [Gradle…
-
Hey there! I recently implemented Dhall in a critical capacity for my job, and one of the simplest things that took me the longest to figure out was the proper use of the `Map` type. This Issue is fil…
-
As loadAnnotations is deprecated in v2.0, how may I reload annotations from a json? Thank you very much.
-
What software did you use to get glue_tubes_keypoints_dataset_134imgs annotations json file
-
What are your thoughts on having a `String value() default ""` property that could be used to set an arbitrary schema (that must be valid JSON/YAML)? That would give support for alternate dialects wit…
-
need to upgrade to json_annotion 4.0.0 to switch to null safety
```bash
Because vnum 1.2.6 depends on json_annotation ^3.0.1 and no versions of vnum match >1.2.6
-
We have a library with types that we'd like to work with both Newtonsoft.Json and System.Text.Json. Today, this requires specifying duplicate attributes on all properties for things like default value…