You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and put them on, in or into everwhere you need in 1-2 subsequent lines
23
23
24
-
-**Flexible**: Control every plot element (figures, grid, axis, labels) and every detail of plotting options independently
24
+
-**Flexible**: Control every plot element (figures, grid, axis, labels) and every detail of plotting options independently, all design options are parsed from json-style figure and grid option dicts with full documentation available: https://justpyplot.readthedocs.io/en/latest/
25
25
26
26
-**No dependencies**: Just vectorized python with numpy(+ other tensor lib you need), which makes standalone and compatible with any use case
And then you take that and overlay, mask, stretch, transform and render at wherever in frame array/canvas/memory you need?
84
+
You take to take your plot which you can mask, stretch, transform and render wherever in frame array/canvas/memory you need and just overlay it simpler in one line?
85
85
86
-
Here I took this concept implementation and stuck it on running mug neural network in 3 lines of code to mess with the detector in physical world (try in examples/mug_objectron/demo.py):
86
+
Here 1-liner function implementing those basic steps stuck on running mug neural network.
87
+
In 3 lines of code it shows how to mess and visually debug 3d position of computer vision/robotics object in physical world (try in examples/mug_objectron/demo.py):
For jupyter support you can render images anyhow you likethe simplest is to use the blend2PIL function depening on Pillow package which will blend all the plot layers into a single PIL image buffer which you can display
109
+
For jupyter support you can render images anyhow you like. One of the simplest is to use the blend2PIL function depening on Pillow package which will blend all the plot layers into a single PIL image buffer which you display in notebook
0 commit comments