Skip to content

Commit

Permalink
Change in dataset folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
jhacsonmeza committed Oct 28, 2019
1 parent 3c3ee3b commit ea19259
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Acquired images for calibration
Calibration datasets/
Datasets/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion Ncalib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import calibration


base = os.path.relpath('Calibration datasets/Calibration test 19-10-24/')
base = os.path.relpath('Datasets/19-10-24/')
paths = [os.path.join(base, x) for x in os.listdir(base) if 'data' in x]


Expand Down
2 changes: 1 addition & 1 deletion ProbePose.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Root path
base = os.path.relpath('Calibration datasets/Calibration test 19-10-24/data1')
base = os.path.relpath('Datasets/19-10-24/data1')


# Set window name and size
Expand Down
2 changes: 1 addition & 1 deletion calib.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



base = os.path.relpath('Calibration datasets/Calibration test 19-09-23/data1')
base = os.path.relpath('Datasets/19-10-24/data1')


# load known variables
Expand Down
2 changes: 1 addition & 1 deletion create_calib_params.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clear, clc
root = 'Calibration datasets/Calibration test 19-06-08/';
root = 'Datasets/19-06-08/';

load([root,'stereoParams.mat'])

Expand Down
2 changes: 1 addition & 1 deletion cropUSimgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import glob


base = os.path.relpath('Calibration datasets/Calibration test 19-09-12/data2')
base = os.path.relpath('Datasets/19-09-12/data2')



Expand Down
2 changes: 1 addition & 1 deletion crossPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from matplotlib import pyplot as plt


base = os.path.relpath('Calibration datasets/Calibration test 19-09-23/data1')
base = os.path.relpath('Datasets/19-10-24/data1')


I = target.natsort(glob.glob(os.path.join(base,'UScrop','*.bmp')))
Expand Down

0 comments on commit ea19259

Please sign in to comment.