You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the run.py file for the various images and the images that provided by you in the folder "data". But the execution time is more for each images. And processing image and getting result itself taking more time and its taking close to "6 seconds per image".
Even I tried tensorflow, and tensoflow-gpu and G3 AWS instance(It has below graphic card) , but no luck in execution time.
Intial taken : 0.000
time taken by network : 5.537
Intial taken : 0.000
time taken by network : 5.338
Intial taken : 0.000
time taken by network : 5.340
The text was updated successfully, but these errors were encountered:
@vasanthhr I copy pasted your code and ran it on my desktop machine and it evaluates to:
time taken by network 1.795
time taken by network 0.053
time taken by network 0.053
time taken by network 0.059
time taken by network 0.061
Not sure what the problem is in your case and unfortunately I don't have access to AWS.
Hello Team,
I tried to run the run.py file for the various images and the images that provided by you in the folder "data". But the execution time is more for each images. And processing image and getting result itself taking more time and its taking close to "6 seconds per image".
Even I tried tensorflow, and tensoflow-gpu and G3 AWS instance(It has below graphic card) , but no luck in execution time.
Graphic card details:
(Main goal is to explore this runi.py for live webcam video , but please help me reduce the execution time)
Please find installed packages:
Code where I am checking execution time in run.py:
Result: for this below images
The text was updated successfully, but these errors were encountered: