Ninad Kulkarni
Ninad Kulkarni
Well currently, I am using your older version of auto_annotate, where we used detection_image_tf2.py file and sort of files which is currently working fine for me, but you definitely make...
@faisalahmadnf you can follow the article published by @AlvaroCavalcante which you can find on the code page under how it works.
@faisalahmadnf if you are facing version issues, you can shift to the older version of auto_annotate which worked adequately for me. Please feel free to email me if you'd like...
@AlvaroCavalcante Have you tried resolving the version issues in this?
@faisalahmadnf First and foremost thing you are getting the error because your path for pbtxt file is different from the path of your pb file. Keep both the files in...
@faisalahmadnf try removing all such dependencies by manually installing packages and then try to run the function again
try code in this manner `ann_tool = AutoAnnotate( saved_model_path = '/example/saved_model', label_map_path = '/example/saved_model.pbtxt', images_path = '/example/images', xml_path = '/example/dataset_labels', detection_threshold = 0.65)` but you mistakenly passed the .pb file...
@lorynebissuel @shazz Were you guys able to resolve this issue? Also I want to know something here regarding the passing of `row["class"]` part. Was it of type object/ string or...