Robin Cole

Results 436 comments of Robin Cole

Use shapely: https://shapely.readthedocs.io/en/latest/manual.html#geometric-objects

Many thanks @mmeendez8 for highlighting the docs. It would still be useful if there was a link to a paper where the process is demonstrated on a real problem, but...

You can filter them on confidence before displaying

Possibly the confidences are in %, so 0.4% is too low. Just a guess, been a long time since I worked on this

I should probably list the RPI boards this is tested on

See https://fastapi.tiangolo.com/deployment/docker/#raspberry-pi-and-other-architectures

An approach like this https://github.com/robmarkcole/ServingMLFastCelery You can also see how deepstack does it

Deploy the fire mode: https://colab.research.google.com/github/google-coral/tutorials/blob/master/retrain_efficientdet_model_maker_tf2.ipynb

The notebook is pinned to tf2.2, getting an error: `UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a...