I'm XDoanh - A newbie in stackoverflow, I have a problem that need your answer: The current versions of kivy and kivymd that I am using are the latest versions
I am trying to implement semantic image segmentation with num of classes = 21. The model(U-net) predicts a mask with dimensions (batch_size, H, W, num of classe
Below you can see some codesandbox example of react component , which just make simple count change(counter). I just try to log my new counter value , and I see
I have a python function that requires several parameters. Something like: def func(par1=1, par2=2, par3=3): ... I want to make this callable from command l
We already know that the creation and deletion of blobs fills up the disk until the 11GB is complete. Using a temporary BLOB that we then copy to disk, we still
I'm playing roblox and I want to develop a script where when Del is pressed, it will choose a random number from 1-3. I have 3 parts, one named one, one named t
I have Car table. Car has is_sold and is_shipped. A Car belongs to a dealership, dealership_id (FK). I want to run a query that tells me the count of sold cars