Cyrill Küttel

Results 55 comments of Cyrill Küttel

The Error message is actually kind of misleading. It's trying to do two things at once: 1. Find the resource `model.pt` 2. Load the model into `TorchModule` It throws the...

Unfortunately not, it was the same as your case. I would have enjoyed to use this but I think I can't proceed if step 1 fails.

hi @nicspect, I'm pretty sure you have to use PyTorch 11 in this particular case. Newer versions of PyTorch produce a model incompatible. The [ImageSegmentation](https://github.com/pytorch/ios-demo-app/tree/master/ImageSegmentation) uses `Libtorch` by default, but...

@jfab20 I also use this command (`fzf#run`). Very useful, but I have one question. When I open a new file with this command, I have to press `:Goyo` again, do...

Thank you, I might switch in the future.

Also getting this error. (After running `poetry update berserk` which did ineed fix the previous error. ``` https://lichess.org/api#tag/Puzzles/operation/apiPuzzleActivity Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/berserk/exceptions.py", line 63, in _catch_exception response.raise_for_status()...

@outusuke It might be noteworthy here that the official lichess mobile app [saves 50 offline puzzles](https://github.com/lichess-org/lichobile/blob/663e69fab10e4267a9b3369febe85d1363816ba2/src/ui/training/offlineService.ts#L98-L100) by default. So this can get you quite far.

Hi @Topstar88 I assume you want the objects information on the Java layer. Yes it's possible. Just take a look at this [fork](https://github.com/596030631/ncnn-android-nanodet). The important part is here: ```cpp for...

It's hard to say from the screenshot. @Houangnt Can you provide the link to the project then I can take a look at it.

There you go my friend. ![Screenshot_20220706-013154](https://user-images.githubusercontent.com/36520284/177433672-4bb84c52-ac42-41ee-a5c3-0f1bbb02d4d5.png) It works. Find the project [here.](https://github.com/cyrillkuettel/ncnn-android-yolov5) You can download it as zip or clone it with git. It has all dependencies (opencv-mobile and ncnn)...