Spaces:
Runtime error
Runtime error
Update videoAnalysis.py
Browse files- videoAnalysis.py +4 -4
videoAnalysis.py
CHANGED
|
@@ -137,8 +137,8 @@ sas_url_1= "https://store1video.blob.core.windows.net/haptic-vid/test_video.mp4?
|
|
| 137 |
instance_1 = "Explosion"
|
| 138 |
|
| 139 |
#calling the method returns the nested list of the time frames
|
| 140 |
-
test_explosion = videoAnalysis(sas_token_1, sas_url_1, instance_1)
|
| 141 |
-
print(test_explosion)
|
| 142 |
|
| 143 |
#Enter the sas token
|
| 144 |
sas_token_2 = "sp=r&st=2024-03-18T09:48:32Z&se=2026-07-02T17:48:32Z&spr=https&sv=2022-11-02&sr=b&sig=hLiFrDUtrutW9FWWRR7Z0Kbc4wkHs28YR9RXjVxw8uc%3D"
|
|
@@ -148,5 +148,5 @@ sas_url_2= "https://store1video.blob.core.windows.net/haptic-vid/desert_vehicle_
|
|
| 148 |
instance_2 = "Vehicle racing"
|
| 149 |
|
| 150 |
#calling the method returns the nested list of the time frames
|
| 151 |
-
test_vehicle = videoAnalysis(sas_token_2, sas_url_2, instance_2)
|
| 152 |
-
print(test_vehicle)
|
|
|
|
| 137 |
instance_1 = "Explosion"
|
| 138 |
|
| 139 |
#calling the method returns the nested list of the time frames
|
| 140 |
+
#test_explosion = videoAnalysis(sas_token_1, sas_url_1, instance_1)
|
| 141 |
+
#print(test_explosion)
|
| 142 |
|
| 143 |
#Enter the sas token
|
| 144 |
sas_token_2 = "sp=r&st=2024-03-18T09:48:32Z&se=2026-07-02T17:48:32Z&spr=https&sv=2022-11-02&sr=b&sig=hLiFrDUtrutW9FWWRR7Z0Kbc4wkHs28YR9RXjVxw8uc%3D"
|
|
|
|
| 148 |
instance_2 = "Vehicle racing"
|
| 149 |
|
| 150 |
#calling the method returns the nested list of the time frames
|
| 151 |
+
#test_vehicle = videoAnalysis(sas_token_2, sas_url_2, instance_2)
|
| 152 |
+
#print(test_vehicle)
|