Variables | |
csv_files = sys.argv[1:] | |
err_mean = np.mean(errs, axis=0) | |
err_stddev = np.std(errs, axis=0) | |
list | errs = [a - b for (a, b) in zip(true_depths, observed_depths)] |
list | es = [] |
label | |
line_y_ransac = model_ransac.predict(X) | |
model_ransac | |
observed_depths | |
observed_mean = np.mean(observed_depths) | |
reader = csv.reader(f) | |
true_depths | |
true_mean = np.mean(true_depths) | |
X = np.array(xs).reshape((len(xs), 1)) | |
list | xs = [] |
Y = np.array(es) | |
list | ys = [] |
plot_depth_error.csv_files = sys.argv[1:] |
Definition at line 11 of file plot_depth_error.py.
plot_depth_error.err_mean = np.mean(errs, axis=0) |
Definition at line 22 of file plot_depth_error.py.
plot_depth_error.err_stddev = np.std(errs, axis=0) |
Definition at line 23 of file plot_depth_error.py.
list plot_depth_error.errs = [a - b for (a, b) in zip(true_depths, observed_depths)] |
Definition at line 19 of file plot_depth_error.py.
list plot_depth_error.es = [] |
Definition at line 14 of file plot_depth_error.py.
plot_depth_error.label |
Definition at line 37 of file plot_depth_error.py.
plot_depth_error.line_y_ransac = model_ransac.predict(X) |
Definition at line 35 of file plot_depth_error.py.
plot_depth_error.model_ransac |
Definition at line 30 of file plot_depth_error.py.
plot_depth_error.observed_depths |
Definition at line 18 of file plot_depth_error.py.
plot_depth_error.observed_mean = np.mean(observed_depths) |
Definition at line 21 of file plot_depth_error.py.
plot_depth_error.reader = csv.reader(f) |
Definition at line 17 of file plot_depth_error.py.
plot_depth_error.true_depths |
Definition at line 18 of file plot_depth_error.py.
plot_depth_error.true_mean = np.mean(true_depths) |
Definition at line 20 of file plot_depth_error.py.
Definition at line 32 of file plot_depth_error.py.
list plot_depth_error.xs = [] |
Definition at line 12 of file plot_depth_error.py.
plot_depth_error.Y = np.array(es) |
Definition at line 33 of file plot_depth_error.py.
list plot_depth_error.ys = [] |
Definition at line 13 of file plot_depth_error.py.