-
# miou
| Network | backbone | note | voc | cityscapes | ade20k |
| - | :-: | - | - | - | - |
| deeplabv3+ | resnet50 | - | 64-74 | - | - |
| deeplabv3+ | resnet101 | - | 68-75 | - | - |
| deeplab…
-
The constructor is called `Tset`, but a set is a collection of unique items.
Tset is definitely more considered as a tuple rather than a set. So we probably should rename this constructor.
I am …
-
## steps
Compile this code under sbt 1.0.0
```scala
private def testState: Def.Initialize[InputTask[Unit]] =
Def.inputTaskDyn {
someFunc(someParser.parsed, state.value)
}
```
#…
-
When trying to parse in a DAT file which uses Cobalt 'Co' as system component and contains carbon monoxide 'CO' as gas phase, then a ValueError for using duplicate species name will be raised:
```c…
-
### Description
When issuing 'cz info' from a ISO8859-1 encoded Terminal I get the following exception:
```
[xx@XXXXXX:~/tmp/test-git-repo (master +)] $ cz info
Traceback (most recent call last)…
-
### Description of the bug:
The toolchain sorts diagnostics into source location order before emitting them. This results in very confusing diagnostics in cases where a diagnostic at an earlier sour…
-
Hello,
I am thinking about using cplusplus to write some personal source analysis and transformation tools. The first one i want to implement is a simple file dependency analyzer.
Is this possib…
-
When I have folded items in my file, Then i format with Prettier through this extensions. It unfolds everything. It would be nice if it kept the folding after format.
Reproduce:
1. hit CTRL+K, C…
-
## Example:
```xml
```
As stated in #742, modules should not execute any scripts when navigated to directly.
The top‑level `` element would signal that to modern browsers, in a sim…
-
Hello,
I followed the instructions to run DptOIE with the command line interface and I noticed a file was generated in the _output_ folder with the POS tags and dependency parser results. However,…