Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 committed Jun 25, 2024
1 parent 9e80c06 commit 86b6ae4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/layout_average_iou.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_generative_model_scores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_maximum_iou.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_non_alignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_occlusion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_overlap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_underlay_effectivness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_unreadability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
SCRIPT_NAME=${REPO_NAME}.py
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/layout_utility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}
1 change: 1 addition & 0 deletions .github/workflows/layout_validity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
HF_USERNAME: ${{ secrets.HF_USERNAME }}
HF_EMAIL: ${{ secrets.HF_EMAIL }}
SCRIPTS_DIR: ${{ env.SRC_DIR }}/scripts
run: |
makefile_path=${SRC_DIR}/Makefile
make -f ${makefile_path} deploy REPO_NAME=${REPO_NAME} DIR_NAME=${DIR_NAME}

0 comments on commit 86b6ae4

Please sign in to comment.