Open Duncan1738 opened 3 years ago
Hi, I have gotten the same error as you. Were you able to solve it ?
On Mon, Jul 26, 2021 at 8:28 PM Teezq @.***> wrote:
Hi, I have gotten the same error as you. Were you able to solve it ? [image: image] https://user-images.githubusercontent.com/87978642/126981639-ef93ee6f-fdad-4832-b10b-c9715f967216.png
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886619288, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R776I5ZQKSSKZRJSUTTZVBEVANCNFSM5AO7UDZA .
No, I wasn’t able to solve it! I ran the code using gpu i still got an error but in the cpu it ran smoothly. But in cpu I got 2Fps with 416 image size
Hi @Duncan1738, I managed to solve it using the solution provided here https://github.com/theAIGuysCode/yolov3_deepsort/issues/22
I believe is the same solution you mentioned. Btw, I am running on the latest version of pycharm
On Mon, Jul 26, 2021 at 8:42 PM Teezq @.***> wrote:
Hi @Duncan1738 https://github.com/Duncan1738, I managed to solve it using the solution provided here #22 https://github.com/theAIGuysCode/yolov3_deepsort/issues/22
I believe is the same solution you mentioned. Btw, I am running on the latest version of pycharm
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886628208, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55RZM5XS2AMZDHIJMCYLTZVC4DANCNFSM5AO7UDZA .
Same here
On Mon, Jul 26, 2021 at 9:13 PM Duncan Kibet @.***> wrote:
On Mon, Jul 26, 2021 at 8:42 PM Teezq @.***> wrote:
Hi @Duncan1738 https://github.com/Duncan1738, I managed to solve it using the solution provided here #22 https://github.com/theAIGuysCode/yolov3_deepsort/issues/22
I believe is the same solution you mentioned. Btw, I am running on the latest version of pycharm
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886628208, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55RZM5XS2AMZDHIJMCYLTZVC4DANCNFSM5AO7UDZA .
Same here
Did you delete 'net/images:0'?
Nope, I changed to this '%s:0' on line 83 and 85 at generate_detection.py
On Mon, Jul 26, 2021 at 9:29 PM Teezq @.***> wrote:
Nope, I changed to this '%s:0' on line 83 and 85 at generate_detection.py
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886659403, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R5QUBMLUWSEYE6M4FLTZVIKFANCNFSM5AO7UDZA .
How many FPS are you getting?
@Duncan1738 Around 7 to 8 fps, the thing is I am not getting any detection
On Mon, Jul 26, 2021 at 10:09 PM Teezq @.***> wrote:
@Duncan1738 https://github.com/Duncan1738 Around 7 to 8 fps, the thing is I am not getting any detection
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886688418, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R2UU6RJEPN3ONAUIKLTZVNAZANCNFSM5AO7UDZA .
Did you use doing annotation did you use the yoloformat?
i suggest u do so
On Mon, Jul 26, 2021 at 10:18 PM Duncan Kibet @.***> wrote:
On Mon, Jul 26, 2021 at 10:09 PM Teezq @.***> wrote:
@Duncan1738 https://github.com/Duncan1738 Around 7 to 8 fps, the thing is I am not getting any detection
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-886688418, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R2UU6RJEPN3ONAUIKLTZVNAZANCNFSM5AO7UDZA .
Did you use doing annotation did you use the yoloformat?
Hi @Duncan1738 , I am converting yolov3 to tensorflow because i am planning to run on GPU. Btw, do you mean to suggest just using yolov3 and deepsort
with tensorflow is still good
On Tue, Jul 27, 2021 at 1:18 PM Teezq @.***> wrote:
Hi @Duncan1738 https://github.com/Duncan1738 , I am converting yolov3 to tensorflow because i am planning to run on GPU. Btw, do you mean to suggest just using yolov3 and deepsort
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-887195514, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R4C5JWS677DT6JE3M3TZYXPZANCNFSM5AO7UDZA .
@Duncan1738 May i know what do you mean by doing annotation? Were you able to solve the error and run now?
annotation is like labeling by drawing bounding box in yolo format using labelImage
On Tue, Jul 27, 2021 at 1:58 PM Teezq @.***> wrote:
@Duncan1738 https://github.com/Duncan1738 May i know what do you mean by doing annotation? Were you able to solve the error and run now?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/theAIGuysCode/yolov3_deepsort/issues/51#issuecomment-887209043, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA55R37TRPKDVF5MXMIM6TTZY4G7ANCNFSM5AO7UDZA .
@Duncan1738 Yup I did, I am able to detect and track on the first frame. But fail to do so after second frame and onwards.