Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ To make the benchmark, we loaded one of our model on every GPUs of the node. We
|
|
| 63 |
For every frame of the episode, we preprocess the image (resize, canny, ...) and process the Canny image on the GPUs.
|
| 64 |
We repeated this procedure for different Batch Size (BS).
|
| 65 |
|
| 66 |
-
We can see that the greater the BS the greater the FPS. By increazing the BS, we
|
| 67 |
|
| 68 |
"""
|
| 69 |
|
|
|
|
| 63 |
For every frame of the episode, we preprocess the image (resize, canny, ...) and process the Canny image on the GPUs.
|
| 64 |
We repeated this procedure for different Batch Size (BS).
|
| 65 |
|
| 66 |
+
We can see that the greater the BS the greater the FPS. By increazing the BS, we take advantage of the parallelization of the GPUs.
|
| 67 |
|
| 68 |
"""
|
| 69 |
|