-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems a bug in the old st-gcn in demo_realtime.py #397
base: master
Are you sure you want to change the base?
Conversation
is this bug solved by yourself ?or does this codebase updated? |
i just solved it myself, i am not pertty sure it is a bug or not, i guess you should check it youself
…------------------ 原始邮件 ------------------
发件人: "open-mmlab/mmskeleton" ***@***.***>;
发送时间: 2021年7月30日(星期五) 下午3:22
***@***.***>;
抄送: "MASTER ***@***.******@***.***>;
主题: Re: [open-mmlab/mmskeleton] There seems a bug in the old st-gcn in demo_realtime.py (#397)
There seems a bug in the old st-gcn in demo_realtime.py, line 96.
( https://github.com/yysijie/st-gcn/blob/221c0e152054b8da593774c0d483e59befdb9061/processor/demo_realtime.py#L96)
there is noself.arg.fpsin the namespace, i guess it should be self.arg.model_fps as it is in get_parser().
is this bug solved by yourself ?or does this codebase updated?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @DragonMengLong !We are grateful for your efforts in helping improve this open-source project during your personal time. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have a WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
There seems a bug in the old st-gcn in demo_realtime.py, line 96.
( https://github.com/yysijie/st-gcn/blob/221c0e152054b8da593774c0d483e59befdb9061/processor/demo_realtime.py#L96)
there is no
self.arg.fps
in the namespace, i guess it should beself.arg.model_fps
as it is inget_parser()
.