-
## ❓ Contexte
Après avoir exploré nos données, nous avons dressé un ensemble de constats concernant la qualité des données. De ces constats, il faut mettre en place un flux de nettoyage et d'augmenta…
-
For both Track 1 and Track 2, my understanding was that training was strictly limited to the Cityscapes or one or more of [Cityscapes, BDD100k, Mapillary Vistas, India Driving Dataset, WildDash 2, GTA…
-
Related: #3522
@johnniwinther @jakemac53 is there an issue already open for the investigation Johnni's been doing into macro metadata?
I couldn't find one, so here's a fresh one :) and I'll clos…
-
I have discovered that PadIfNeeded has some bug slowing it down. I have an application where I had PadIfNeeded just in case. It never had to pad any of my samples as they were all big enough, but stil…
-
The idea is to allow types to be defined imperatively:
```
type SomeType = {
if (T is string)
return boolean
if (T is SomeOtherType)
return string
return never
}
```
To-do…
-
-
# Motivation
Currently Lhotse offers two types of data storage:
- random-access (HDF5, lilcom-chunky, individual files, etc.) with manifests that are fast to read and easy to extend with new fiel…
-
RDF 6906 states:
> For the purpose of this specification, a profile can be
described as additional semantics that can be used to process a
resource representation, such as constraints, conv…
-
I want to open the discussion on **consumption** of .NET libraries built using C# source gen support https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview .
With ev…
T-Gro updated
1 month ago
-
# Editor note: There is a known workaround further down on this issue, which is to NOT use Python lists, but instead using something else, e.g., torch.tensor directly. See https://github.com/pytorch/p…