Spaces:
Running
Running
imseldrith
commited on
Commit
•
dcba278
1
Parent(s):
30100e0
Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
run_local: true #Set this to true if you are running locally, false if you have configured the Google buckets and algorithmia code.
|
3 |
-
gpu:
|
4 |
trim-video: true #Set this to false if you want to process full video
|
5 |
trim-video-length: 15 #Max number of seconds you want to trim the video from start
|
6 |
original_frame_rate: false #If False output_frame_rate will be used else original video detected frame rate will be used, if no metadata found will use output_frame_rate
|
|
|
1 |
---
|
2 |
run_local: true #Set this to true if you are running locally, false if you have configured the Google buckets and algorithmia code.
|
3 |
+
gpu: false #Set this to true if you want to use the GPU
|
4 |
trim-video: true #Set this to false if you want to process full video
|
5 |
trim-video-length: 15 #Max number of seconds you want to trim the video from start
|
6 |
original_frame_rate: false #If False output_frame_rate will be used else original video detected frame rate will be used, if no metadata found will use output_frame_rate
|