Stefan Kaufmann

Results 12 comments of Stefan Kaufmann

I just made a test with `ANCHOR_SCALE=2`, without freezing resample_p6 and it is defently an improvment. Unfreezing fpn_cells currently throws an error for me, but I assume that this also...

@SiBensberg can you post your params? How large are your Input-Images? Did you tried `use_keras_model: False` (sometimes it is worth a try). You could also make some test-runs with different...

This is a very old problem, there is probably and hopefully a solution for it now. However I'm also currently struggling with references becoming different objects and didn't find any...

Yes, of course. So, instead of using dependency Objects I like to define function pointers: ```scala class Test(calcWorldPos: (Int, Int) => (Double, Double)) { val pos = calcWorldPos(10,200) } ```...

This looks good. I tried the code, changed tWired to a lazy val, the compiler / macro sais "Error:(16, 24) Found multiple values of type [(Int, Int) => (Double, Double)]:...

You are right. It is working. I tried it in a Intellij Scala Workbook first. That was the problem. it is also working with: ```scala def f = PosConversion.screenToWorldPos _...

Is it possible, that you can trigger a release with this bugfix? It would be useful in a current project.

I am currently working on a python addon for a UI. However, so far I understand, podsync does not automatically reload the config. As far as I can see, that...

It happend during a scala 2.12->3 mirgration. I hoped that this might give you a clue for me. I'll investigate deeper and try to create a minimal example.

Sorry for the long delay. I finally found the source. I had a `./lib` folder in the project root, with just some native libraries. No extra references in the build.sbt....