-
Notifications
You must be signed in to change notification settings - Fork 1
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
Import "model.gait.main" could not be resolved #3
Comments
To solve this issue you need to train the model on the desired dataset. If you wish to Download a pretrained model, you can download it from Download Model make sure to unzip the compressed file to model/gait/output |
I have downloaded the pretrained model, and also unzipped the file
model/gait/output. But under model folder there was no any gait folder and
So I have created explicitly and unzipped the file under that
…On Wed, Feb 28, 2024 at 8:10 PM Kartik Banshi Katkar < ***@***.***> wrote:
To solve this issue you need to train the model on the desired dataset. If
you wish to Download a pretrained model, you can download it from Download
Model
<https://github.com/jackhanyuan/GaitRecognitionSystem/releases/download/1.1/output.zip>
make sure to unzip the compressed file to model/gait/output
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ2BG7CKKAWUMNL5NR4M3UTYV46UBAVCNFSM6AAAAABD37CHIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZGEZDSMJXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
One more question: If I have to build the same project for multiple person
recognition then how can i build that. Can you please guide me what are the
things that I should study? Please mention all the tech stack that are
needed to build that.
That would be helpful for me and I am grateful for kind help.
On Wed, Feb 28, 2024 at 8:17 PM Sanjeet sahu ***@***.***>
wrote:
… I have downloaded the pretrained model, and also unzipped the file
model/gait/output. But under model folder there was no any gait folder and
So I have created explicitly and unzipped the file under that
On Wed, Feb 28, 2024 at 8:10 PM Kartik Banshi Katkar <
***@***.***> wrote:
> To solve this issue you need to train the model on the desired dataset.
> If you wish to Download a pretrained model, you can download it from Download
> Model
> <https://github.com/jackhanyuan/GaitRecognitionSystem/releases/download/1.1/output.zip>
> make sure to unzip the compressed file to model/gait/output
>
> —
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AZ2BG7CKKAWUMNL5NR4M3UTYV46UBAVCNFSM6AAAAABD37CHIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZGEZDSMJXHA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from model.gait.main import opengait_main
Under model directory there is no gait folder and since in README.md you have told to paste the uncompressed file under model/gait/output. So I have explicitly created the gait folder under model directory. Please look it once.
I really need a help.
The text was updated successfully, but these errors were encountered: