S. H. Chen

Results 4 comments of S. H. Chen

According to the output model in cocoSSDModel, I suppose we should use pip install tensorflowjs==0.8.6 (and tensorflow version < 2) instead of tensorflowjs==3.1 because the output files of tensorflowjs==0.8.6 won't...

> I had to apply a patch to use a uint8 quantized model with the Addv2 operation. Here's an example of the patch I applied: > https://www.bitsy.ai/automate-bounding-box-annotation-with-tensorflow-and-automl/#patch-vott-to-fix-tensorflow-1-x-2-x-bugs Do you mind...

> Here's the medium version: https://towardsdatascience.com/budget-automation-for-bounding-box-annotation-500a76b4deb7 This post on medium version is better. Thank you.

> > > I had to apply a patch to use a uint8 quantized model with the Addv2 operation. Here's an example of the patch I applied: > > >...