localizer icon indicating copy to clipboard operation
localizer copied to clipboard

An object detection python library predicting object coordinates and orientation angles on 2d images.

Results 4 localizer issues
Sort by recently updated
recently updated
newest added

Fixing [Issue#9 ](https://github.com/ivan-alles/localizer/issues/9) Running example `python3 localizer/predict_for_images.py models/tools/config.json datasets/tools` Tested on M2 MacOS 13.3. Python 3.11 Tensorflow 2.13.0-rc0

Thank you for the great work. I just tried out the localizer with the hands_on_demo.py. Capturing the dataset and training seems to work, but during the prediction it seems to...

Previously you would get "Default Pooling3DOp only supports NDHWC on device type CPU". With this change inference works fine for me. Not sure if any other logic change is needed....