Alvaro Leandro Cavalcante Carneiro
Alvaro Leandro Cavalcante Carneiro
Same error here, any solution?
I'm also facing this issue when training my object detection model, does anyone knows the solution?
Hello @nkulkarni3297, great to know, I didn't notice that bug before! I'll try to update the project dependencies in the next few days, but meanwhile, you could try to initialize...
Hello @faisalahmadnf, I sent you an e-mail, I'll be happy to help you to use the project :)
@nkulkarni3297 and @faisalahmadnf, I have just published a new version of auto-annotate upgrading the libraries version. Currently, this package is just supported for python >= 3.8, but it seems that...
As I told you by e-mail @faisalahmadnf, this is possibly a problem with your library version. Please, install the latest version to fix this: ```pip install auto-annotate==1.0.4```
Hello guys, Actually, the correct version of auto-annotate is 1.0.5, so you need to install using the following command: ```pip install auto-annotate==1.0.5``` Besides that, I made an example Google Colab...
Great to hear this @faisalahmadnf, I'll close this issue now, let me know with you have more problems using the project.
I'm trying to follow [this tutorial](https://aws.amazon.com/pt/blogs/machine-learning/schedule-an-amazon-sagemaker-data-wrangler-flow-to-process-new-data-periodically-using-aws-lambda-functions/) about scheduling data wrangler processing jobs. I created my lambda function uploading the zip file that was created following these commands: ``` pip install...
Hello @karthyyy, thank you for your interest in using this project, I hope I can help you with your doubts. First, did you create your saved_model using TensorFlow? Other libraries...