We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4da4c commit 84c31daCopy full SHA for 84c31da
applications/object_detection_torch/package-app.sh
@@ -53,6 +53,7 @@ echo Creating application directory $APP_PATH...
53
mkdir -p $APP_PATH
54
echo Copying application files to $APP_PATH...
55
cp -f $GIT_ROOT/build/object_detection_torch/applications/object_detection_torch/object_detection_torch $APP_PATH
56
+cp -f $GIT_ROOT/build/object_detection_torch/applications/object_detection_torch/object_detection_torch.yaml $APP_PATH
57
58
PLATFORM=x64-workstation
59
GPU=$(get_host_gpu)
0 commit comments