Luca Spinazzola

Results 262 comments of Luca Spinazzola

Basically for tracking body pose while exercising. I wanted to see if I could get 3d pose tracking working on Android. On ios it's working well already with apple's stock...

Never got it working.... but looks like pytorch nnapi support is slowly getting better: I just tried running your nnapi script with pytorch: torch-1.9.0.dev20210309, with a[ few hacky workarounds](https://github.com/serviceberry3/videopose3d_android/compare/master...luca992:test)...(that might...

So the error isn't getting caught and returned in `onFailure`?

Jetbrains really needs to stop making jvm only stuff, especially as simple as that https://github.com/JetBrains-Research/npy They make [kotlinx-io](https://github.com/Kotlin/kotlinx-io) and then just ignore it lol 💀 On the bright side if...

Added avif support for ios and jvm desktop backed by https://github.com/qdsfdhvh/avif-kmp if you want to try it in a snapshot, android already supports it out of the box it looks...

@anggrayudi hmm you're right I'll have to setup publishing it, if you are in a rush you can publish this branch to your `mavenLocal`: https://github.com/luca992/avif-kmp/tree/feature/github_action you need to run `./gradlew...

@anggrayudi has been republished, you might need to [refresh your dependencies](https://stackoverflow.com/a/47557700/1363742)

> In which version is it released [@luca992](https://github.com/luca992) ? I can't find it in [releases](https://github.com/Kamel-Media/Kamel/releases/) The same snapshot ``` repositories { maven("https://central.sonatype.com/repository/maven-snapshots/") } kotlin { sourceSets { commonMain { dependencies...

> @anggrayudi has been republished, you might need to [refresh your dependencies](https://stackoverflow.com/a/47557700/1363742) Refresh your dependencies

@anggrayudi I verified the `1.0.9_avif-SNAPSHOT` works after republishing (the republished version doesn't use io.github.qdsfdhvh:avif:0.0.1) , I don't think you successfully cleared your downloaded dependencies.... Either way you can just use...