mgraugal
mgraugal
I've successfully run the example boolean.py, whichs mainly consists on the following lines: ``` s1 = Sphere(pos=[-0.7, 0, 0], c="red5", alpha=0.5) s2 = Sphere(pos=[0.7, 0, 0], c="green5", alpha=0.5) plt.at(0).show(s1, s2,...
Hello there, I was running some person detection on football images using the pre trained YOLO10x and found some weird predictions:   As you can see, multiple boxes very...
When installing monai and importing in python 3.13.5, we get a deprecation warning: Python 3.13.5 (main, Jul 28 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linux Type "help",...