I am working on object detection in web browser by using custom dataset and i referenced the following repository https://github.com/NSTiwari/TensorFlow.js-Custom-Object-Detection but this code supports tensorflow 1.x versions only and now tensorflow 1.x versions are not availbale. Now what should i do
Hi @Avinash_Landage ,
Update the code to use TensorFlow 2.x. This is the recommended option.
You can follow this TensorFlow tutorial for better understanding.
I hope this helps!
Thanks.