Variables | |
tuple | cfg = configuration.configuration('/home/martin/robot1_data/usr/martin/laser_camera_segmentation/labeling') |
tuple | output = subprocess.Popen(["python", 'test_generate_result_images.py',str(scan_dataset.id)]) |
tuple | pc = processor.processor(cfg) |
tuple | scan_dataset = pc.scans_database.get_dataset(0) |
tuple labeling::test_generate_result_images_all::cfg = configuration.configuration('/home/martin/robot1_data/usr/martin/laser_camera_segmentation/labeling') |
Definition at line 42 of file test_generate_result_images_all.py.
tuple labeling::test_generate_result_images_all::output = subprocess.Popen(["python", 'test_generate_result_images.py',str(scan_dataset.id)]) |
Definition at line 53 of file test_generate_result_images_all.py.
tuple labeling::test_generate_result_images_all::pc = processor.processor(cfg) |
Definition at line 43 of file test_generate_result_images_all.py.
tuple labeling::test_generate_result_images_all::scan_dataset = pc.scans_database.get_dataset(0) |
Definition at line 49 of file test_generate_result_images_all.py.