-
## ❓ How to train Panoptic Segmentation on a custom dataset ?
Hello everyone,
My question is two-fold :
1. What is the expected Detectron2 format for Panoptic Segmentation ? In the PS paper, they…
-
while looking more into phpunit performance, I was profilling subprocesses:
![grafik](https://github.com/sebastianbergmann/phpunit/assets/120441/2a34593c-7247-4c10-865c-8d6af52a8442)
I think it …
-
### Describe the bug
```
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000056062232fc40 in game::draw (this=0x0, ui=...) at src/game.cpp:3930
3930 ter_view_p.z = ( u.pos() …
l29ah updated
3 months ago
-
### Describe the bug
If you have a filter active in Advanced Inventory Screen, trying to switch panes will cause a crash.
Unfortunately can't test on Windows at the moment.
### Steps To Reproduce…
-
Hello,
Here is an open discussion so you can share ideas for enab freely.
Gruce updated
6 months ago
-
Hi,
This is a really great project with great possiblities.
I myself am a medical phd student, consequently my programming knowledge is limited.
I have my own dataset of images with cells, which …
-
func TestMarshal(t *testing.T) {
m := make(map[string]string)
m["a"] = "sss&aaa"
s, _ := jsoniter.Marshal(m)
fmt.Println(string(s))
}
//output
=== RUN TestMarshal
unexpected fault addr…
-
I am trying to train instance segmentation model with mmdetection using dataset and I got this error
`TypeError: 'numpy.float64' object cannot be interpreted as an integer`
I want to segment with…
-
### Describe the bug
While moving towards a lab my game suddenly crashed. Could not reproduce. It had been about 30-40 min since I had saved also.
### Attach save file
n/a
### Steps to rep…
-
When running the model using octave and subprocess as:
```python
cfg_file = f"'ZA-Kru_2022-10-27-1721_config.txt'"
args = f'octave --no-gui --silent --eval "STEMMUS_SCOPE_octave({cfg_file});"'
r…