Dmitrii Rashchenko

Results 9 comments of Dmitrii Rashchenko

@[ghost](https://github.com/ghost) It would be great to have macos aarch64 out-of-the-box indeed, but meanwhile you can compile it yourself. Here is what worked for me: - complile native libraries with special...

I also noticed this difference. There is no normalization (with imagenet_mean and imagenet_std values) in cam.py because transform_batch_images is not called. Because of it test.py and cam.py return different predictions...

Check [my answer](https://github.com/skyhehe123/SA-SSD/issues/49#issuecomment-728733137) at duplicate issue. I have provided code to load pretrained model without any training there.

It would be great to have some guide. Meanwhile, what worked for me: 1. For android a. Add android app using firebase console. Note, my android module has package name...

Hello @javierlcontreras, Maybe you can find something useful in my abandoned project https://github.com/dimitree54/buboc_ui (also follow submodule `cuboc_core`, some firebase setup done there). But I do not develop that project for...

Hello @gillbates Yes, I tried to compile it again myself, and it does not work anymore for me too. Maybe some dependencies updated and does not support old code anymore....

Found a minimal code reproducing an error (for JS, works on other). ```kotlin // main.js.kt import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.material.Button import androidx.compose.material.Text import androidx.compose.material.TextField import androidx.compose.runtime.mutableStateOf import androidx.compose.runtime.remember import...

Hi, @carlrobertoh, thank you for your awesome project. Your idea of smartly choosing of how much to auto-complete sounds cool and ambitious. I believe it would be useful for a...

@reneleonhardt Yes, I have already tried it, it works. Thank you. That way is more comfortable for me to use completions rather than always on. But the downside of this...