-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Hi,
I tried to open the live demo from the link https://modeldepot.github.io/tfjs-yolo-tiny-demo/ ,
but it's not working. No detection is made, and I waited for minutes. I check the Chrome console and it gives me error:
C:\fakepath(142,7-116): warning X3569: loop executes for more than 255 iterations (maximum for this shader target), forcing loop to unroll
C:\fakepath(142,7-116): warning X3569: loop executes for more than 255 iterations (maximum for this shader target), forcing loop to unroll
C:\fakepath(142,7-116): warning X3569: loop executes for more than 255 iterations (maximum for this shader target), forcing loop to unroll
C:\fakepath(142,7-116): warning X3569: loop executes for more than 255 iterations (maximum for this shader target), forcing loop to unroll
C:\fakepath(142,7-116): error X3511: unable to unroll loop, loop does not appear to terminate in a timely manner (139 iterations) or unrolled loop is too large, use the [unroll(n)] attribute to force an exact higher number
C:\fakepath(135,7-104): error X3511: forced to unroll loop, but unrolling failed.
C:\fakepath(128,7-104): error X3511: forced to unroll loop, but unrolling failed.
Warning: D3D shader compilation failed with default flags. (ps_3_0)
Retrying with avoid flow control
...
I don't know what is went wrong.
I am using Windows 7 latest Chrome to browse the live demo, without a GPU on my PC.
Perhaps it is because of I didn't have a GPU?
I need to confirm it.
Thank you.