Kethan Vegunta

Results 10 comments of Kethan Vegunta

Thank you for considering this feature. The syntax you proposed, or something similar to it, is excellent!

I think that's a great idea that uses the toml structure quite nicely!

I used this tutorial (translated with Google Translate): https://zhuanlan-zhihu-com.translate.goog/p/471357671?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp to convert a custom trained model into the ncnn format. I ran into issue #7 after following this tutorial, though I...

I too am facing this issue. I don't believe it is an issue with the converted model, as running model inference with `yolov5_pnnx.cpp` from the examples folder in the ncnn...

just wanted to add, `import google` does not work, `from google import *` also does not work.

try using this: `var ElementQueries = require('css-element-queries/src/ElementQueries');`

Being able to move in only 4 directions is great for a simple robot, but if you are building a more complicated robot and you want it to move in...

Just got a chance to look at the release, and the new feature solves my issue. Thank you!

No code change can fix #140 as that was caused because of using 64 bit python with 32 bit VLC.

@oaubert any plans on merging this