Skip to content

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Jun 7, 2024
1 parent 01e9c2a commit da1d8da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/get-dataset-coco2014/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ python3() {
${CM_PYTHON_BIN_WITH_PATH} "$@"
}
export -f python3
echo ${CM_PYTHON_BIN_WITH_PATH}

CUR=${PWD}
mkdir -p install
INSTALL_DIR=${CUR}/install

export -f python3
cd ${CM_RUN_DIR}
echo ${CM_RUN_DIR}

if [[ ${CM_DATASET_CALIBRATION} == "no" ]]; then
if [ ! -z ${CM_DATASET_SIZE} ]; then
max_images=" -m ${CM_DATASET_SIZE}"
Expand Down

0 comments on commit da1d8da

Please sign in to comment.