v4
This commit is contained in:
@@ -47,7 +47,7 @@ done
|
||||
#------------------------------------
|
||||
# Monocular Examples
|
||||
|
||||
#Extract the name of the timestamps in tum-vi dataset.
|
||||
#Extract the name of the folder with the timestamps in tum-vi dataset.
|
||||
COPY_DATASET=${DATASET}
|
||||
LEN=${#COPY_DATASET}
|
||||
for ((i=$LEN-1;i>=0;i--)) ; do REV="$REV${COPY_DATASET:$i:1}"; done
|
||||
|
||||
Reference in New Issue
Block a user