Bas Ruigrok
Bas Ruigrok
Hello, I was following these docs here: https://pixellib.readthedocs.io/en/latest/custom_inference.html I experienced the same kind of random colors. Downgrading to tensorflow 2.5 fixed it.
```python !python --version ``` ```python !pip install imgaug !pip install pixellib --upgrade ``` ```python !nvidia-smi -L ``` ```python #!pip install tensorflow==2.4 # uncomment to fix ``` ```python import tensorflow as...
@maxwxyz, I will try my best :) @jwueller, I think I know what you mean but I am not sure. Better make a new issue, preferably with video.
I don't think this will be finished before mid may, I have trouble creating a Python script while doing https://wiki.freecad.org/Line_drawing_function#Testing_the_script. I get `ModuleNotFoundError: No module named 'exercise'`
I managed to run a Python script by placing it in my build directory / Mod. There is a `face.normalAt(...)` like used here: https://wiki.freecad.org/Macro_Align_View_to_Face. I am not aware of a...
I have added the icon. https://github.com/FreeCAD/FreeCAD/assets/14298143/87a941ad-3240-4282-8db2-7bb9da5a693b @maxwxyz I had exactly the same idea for the icon placement.
Not sure if this can work for meshes. When I create a mesh I can only select the entire object but not a single face or edge, so then it...
Also works for datum lines and planes now.
Nice work here, I have one suggestion. Set `ViewProvider::isPartOfPhysicalObject()` to false. Then the measurement won't affect the rotation center when the object center rotation mode is used. See example here:...
I made a simplified version of RT code that works for faces and edges. I will make a draft PR tomorrow.