-
### Search before asking
- [X] I have searched the X-AnyLabeling [Docs](https://github.com/CVHub520/X-AnyLabeling/tree/main/docs) and [issues](https://github.com/CVHub520/X-AnyLabeling/issues) and fo…
-
Hi
I have some questions on some logic
1) In rebuildR() inside GPSAccKalman.cpp, there is this line
double velSigma = posSigma * 1.0e-01;
Can you please explain this ? Do you suggest or have…
-
Why this line?
var pixelDiff = rgba[i] * 0.3 + rgba[i + 1] * 0.6 + rgba[i + 2] * 0.1;
Where did the 0.3, 0.6, 0.1 come from?
-
### Acceptance of the Code of Conduct
_Leave these in your question, read, and check them._
- [x] I understand that support for DQRobotics is given voluntarily.
- [x] In understand that any possi…
-
May I know if there is a way to disable drag & drop?
-
After writing test codes for backend, Sonarcloud detected code smells, claiming that some variables are never used.
However, those variables are actually used, not by the variable name themselves, bu…
-
Thanks for your great job and kind sharing.
I am currently want to do some work based on CFD.
I noticed that https://github.com/cuilimeng/CrackForest/blob/master/edgesEvalImg.m in this repo, is…
-
Hello :)
Thank you for the excellent work and for sharing your code. I've learned a lot and have a few questions about the paper and settings:
- In Figures 2 and 3, what specifically do "prompt" …
-
Any chance of adding Color coding to Survey question choices?
we are looking to get something like the image attached in this message.
If this is not possible ,Does changing the "Choices" field Da…
-
Hello, thanks for sharing the excellent code.
Could you tell me the meaning of “295” at line 12?
`time_coding = np.zeros((num_step, 295, 1), dtype="float32")`
Looking forward to your reply.