diff --git a/run.sh b/run.sh index c28d5c562a7da38d484bc40deb2d01d36b8e745b..ae5ea42b2dc741fc0506109a6ae1a898a558ce25 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,2 @@ #!/bin/bash -python infer.py configs/htc_r50.py models/epoch_22.pth --json_out $AICROWD_PREDICTIONS_OUTPUT_PATH +python tools/infer.py configs/htc_r50.py models/epoch_22.pth --json_out $AICROWD_PREDICTIONS_OUTPUT_PATH diff --git a/infer.py b/tools/infer.py similarity index 100% rename from infer.py rename to tools/infer.py