-
Hi,
I couldn't find how to create a custom dataset class with custom data loading. The data loading part is written in Pytorch and the way data is loaded is a bit complex (in a way that I cannot re…
-
- [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
We anti alias sketch lines so they look pretty which is nice …
-
```
What steps will reproduce the problem?
1. Setting OZEX_LAT and OZEX_LON inside the area covered by a map
causes ozex to crash at startup with segmentation fault. If OZEX_LAT and
OZEX_LON points t…
-
@NielsRogge I'm trying to fine-tune Oneformer for instance segmentation and HF throws an exception. Here's a simple reproduction:
[inputs.zip](https://github.com/NielsRogge/Transformers-Tutorials/…
-
**Task** (what are you trying to do/register?)
[please describe task here]
**What have you tried**
Please describe specifics of your approach // use of `vxm`
**Details of experiments**
…
-
In Tracking.cc, line 807:
mLastFrame.SetPose(Tlr*pRef->GetPose());
The pRef pointer used here can be a NULL pointer, leading to a Segmentation fault crash. A simple pointer guard, e.g.
if ((ml…
-
Save to/load from Hdf5 files. Schema following @ceesem's:
```
Meshwork H5 files:
Meshwork files combine the morphology, tree-like topology, and annotations into
the same file.
Meshes, which desc…
-
Tried tracing the ls command with the following one-liner:
> dtrace -c 'ls' -n 'syscall:::entry /pid == $target/ {@[probefunc] = count();}'
the output was the following:
> $ dtrace -c 'ls' -n 'sys…
-
I want to explore this idea of
1. Doing **instance segmentation** with an open-set vocabulary
3. Compute an embedding of each segementation.
This are a-priori other tasks not related to RADIO but…
-
Hi,
Nice work. I see that you use the highest resolution backbone feature map and encoder feature map to generate the pixel embedding map. Did you try including other feature maps with lower resolu…