-
-
yhalk updated
7 years ago
-
Survey
- A Survey of Deep Learning Approaches for OCR and Document Understanding (https://arxiv.org/abs/2011.13534)
-
# speech recognition
- Soltau, Hagen, Hank Liao, and Hasim Sak. "Neural Speech Recognizer: Acoustic-to-Word LSTM Model for Large Vocabulary Speech Recognition." arXiv preprint arXiv:1610.09975 (201…
-
```fortran
program test_random
implicit none
call rand()
contains
subroutine rand()
real :: u
call random_number(u)
end subroutine
end program
```
This produces:
```c…
-
Hi,
Thanks for your great work.
I have a question regarding the feature map size of resnet blocks.
In your paper you say that the first res-block produces a feature map of h/4 x w/4 resolution.
Bu…
-
# YOLACT/YOLACT++
### Arch
- ResNet -> C1/C2/C3/C4/C5
- C5 + Conv -> P5
- C4 + Conv + P5 -> P4
- C3 + Conv + P4 -> P3 -> Protonet
- P5 + Conv -> P6
- P6 + Conv -> P7
> P3~P7 -> Prediction …
-
**Is your feature request related to a problem? Please describe.**
Currently labelstudio only allows for [instance-segmentation](https://paperswithcode.com/task/instance-segmentation) with brushlabel…
-
If I correctly go through the code currently only object segmentation is supported and there is no support for assigning objects to one of the predefined class?
If I'm wrong could you point me how …
Czaki updated
2 years ago
-
Hey @GustavZ, as mentioned is the previous threads I am looking into efficient segmentation networks that can be run on the TX2. Would you mind looping me in to the conversation regarding the mask imp…