Go to the source code of this file.
Namespaces | |
plot_depth_error | |
Variables | |
plot_depth_error.csv_files = sys.argv[1:] | |
plot_depth_error.err_mean = np.mean(errs, axis=0) | |
plot_depth_error.err_stddev = np.std(errs, axis=0) | |
list | plot_depth_error.errs = [a - b for (a, b) in zip(true_depths, observed_depths)] |
list | plot_depth_error.es = [] |
plot_depth_error.label | |
plot_depth_error.line_y_ransac = model_ransac.predict(X) | |
plot_depth_error.model_ransac | |
plot_depth_error.observed_depths | |
plot_depth_error.observed_mean = np.mean(observed_depths) | |
plot_depth_error.reader = csv.reader(f) | |
plot_depth_error.true_depths | |
plot_depth_error.true_mean = np.mean(true_depths) | |
plot_depth_error.X = np.array(xs).reshape((len(xs), 1)) | |
list | plot_depth_error.xs = [] |
plot_depth_error.Y = np.array(es) | |
list | plot_depth_error.ys = [] |