test_tools
Classes | Namespaces | Functions | Variables
analyse-annotations.py File Reference

Go to the source code of this file.

Classes

class  analyse-annotations.BColors
 

Namespaces

 analyse-annotations
 

Functions

def analyse-annotations.count_images (objects, path)
 

Variables

 analyse-annotations.common_knowledge = knowledge_loader.load_knowledge("common")
 
 analyse-annotations.objects = common_knowledge.object_names
 
 analyse-annotations.objects_set = set(objects)
 
 analyse-annotations.path = os.path.join(os.path.expanduser("~"), "MEGA", "data", robot_env, "training_data", "annotated")
 
 analyse-annotations.raw_labels_lines = tensorflow_labels_file.readlines()
 
 analyse-annotations.robot_env = os.environ.get("ROBOT_ENV")
 
list analyse-annotations.tensorflow_labels = [line.strip() for line in raw_labels_lines]
 
 analyse-annotations.tensorflow_labels_path = os.path.join(os.path.expanduser("~"), "MEGA", "data", robot_env, "models", "tensorflow_ros", "output_labels.txt")
 
 analyse-annotations.tensorflow_set = set(tensorflow_labels)
 
 analyse-annotations.tpath = os.path.join(path, v)