This code is built up as follows: My robot takes a picture, some tf computer vision model calculates where in the picture the target object starts. This informa
I've inherited an older project to provide maitanance. I don't have Symfony experience, I am coming from Laravel/Yii experience. I've tracked down a certain aja
In my Metabase, I wrote a query SELECT 10/5 It showing a result 2.000000000 which is correct. But When I wrote SELECT 5/10 It showing a result 0.000000000. The
I'm creating a bicep module like this: param permission object var keys = [for key in permission.keys: key] var secretes= [for secret in permission.secrets: se
I got this error when I tried to run the docker container for my flask app. File "./app.py", line 1, in from topology import ( ModuleNotFoundError: No module n
I'm using Node.js with the MongoDB driver and, when I try to insert an element using the insertOne function it keeps throwing this error: TypeError: users.inser
I cannot get or display data from an API but the API is working fine and when I click the button, the data appears, I want it to appear automatically I'm using
I'm using Tensorflow Lite Model Maker and want to add preprocessing keras layers. spec = model_spec.get('efficientdet_lite0') object_detector_model = object_de
I'm having trouble darkening the background when I open the modal. I found a ton of info on how to do this with bootstrap, but I am looking for a way to do it u