-
Thank you for your work. I am not very familiar with MATLAB coding, but according to your paper, I think the loss you used for instance segmentation is:
the margin loss after every step of mean-shift…
-
```
Hey guys,
I'm kinda new into Snake-OS and I'm having troubles with this issue. I saw
something here and there but I couldn't really find a solution for this case.
Is there any way to use a 3TB …
-
If a new user wants to quickly evaluate shogun for a problem he has, it's not clear where to start. It would be good to have a small tutorial for the website that shows how to deal with different prob…
-
```
> go version
go version go1.4.2 linux/amd64
> pacman -Qi zeromq
Name : zeromq
Version : 4.0.5-1
> go get github.com/takluyver/igo
# github.com/alecthomas/gozmq
could not determine…
smahs updated
8 years ago
-
```
Hey guys,
I'm kinda new into Snake-OS and I'm having troubles with this issue. I saw
something here and there but I couldn't really find a solution for this case.
Is there any way to use a 3TB …
-
I was trying to solve an integro-differential equation with periodic boundary condition. (toy problem)
```
K = @(x,y) exp(-sin(x-y));
A = chebop(@(x,u) diff(u) + fred(K,u),[0,2*pi]);
A.bc = 'pe…
-
Hey, I worked briefly on this project a few years back looking at some ABC methods but essentially ran out of time and the code never made it to a production standard and performed fairly poorly. I've…
-
**Describe the bug**
When Genesis mini is factory set, and default kernel is running the "V2" 2.4GHz (Big6) wireless controller works as intended. When Hakchi kernel is installed the d pad stops work…
-
I am using tensorflow==2.4.0, tensorflow-estimator==2.4.0, tensorflow-probability==0.12.2.
The first two versions of this toy example do work, but the third does not. I believe the third should wo…
-
**Screen turn black when vc4 is enabled**
When I compile a core-image-base for MACHINE=_raspberrypi4-64_ on **kirkstone** branch, with poky also on **kirkstone** branch, the device boot and at the …