Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Weights files missing. #191

Open
WAKEYOU opened this issue Dec 7, 2021 · 7 comments
Open

Weights files missing. #191

WAKEYOU opened this issue Dec 7, 2021 · 7 comments

Comments

@WAKEYOU
Copy link

WAKEYOU commented Dec 7, 2021

Hello,Weights files missing. To download, please go to https://20bn.com/licensing/sdk/evaluation andfollow the instructions.However, this website cannot be logged in. Could you please provide the pre-training weight file ? Thank you very much!

@lindychan
Copy link

I found the same problem.

@mateuszdargacz
Copy link

@WAKEYOU @corneliusboehm @ingooooooo @lindychan can you share the Weights files?

@WAKEYOU
Copy link
Author

WAKEYOU commented Jul 6, 2022

@WAKEYOU @corneliusboehm @ingooooooo @lindychan can you share the Weights files?
Sorry, I haven't got the weight file yet

@mateuszdargacz
Copy link

mateuszdargacz commented Jul 6, 2022

@WAKEYOU I have found the weight files for the fitness_activity_recognition, action_recognition etc. while browsing repo's commits, and the backbone weights as well (which wasn't that easy 😄 ). Here are the weights I used.

@aureosun
Copy link

aureosun commented Sep 7, 2022

@mateuszdargacz did you get the demo running? I tried to run the gesture control,but with the outcome
python examples/run_gesture_control.py
Could not find at least one of the following files:
{
"backbone": "backbone/strided_inflated_efficientnet.ckpt",
"gesture_control": "gesture_control/sien_last_9_layers.ckpt"
}
Could not find at least one of the following files:
{
"backbone": "backbone/strided_inflated_efficientnet_lite.ckpt",
"gesture_control": "gesture_control/sien_lite_last_9_layers.ckpt"
}
ERROR - Weights files missing. To download, please go to https://20bn.com/licensing/sdk/evaluation andfollow the instructions.
Traceback (most recent call last):
File "D:\sense\examples\run_gesture_control.py", line 135, in
run_gesture_control(
File "D:\sense\examples\run_gesture_control.py", line 69, in run_gesture_control
selected_config, weights = get_relevant_weights(
File "D:\sense\sense\loading.py", line 150, in get_relevant_weights
raise Exception(msg)
Exception: ERROR - Weights files missing. To download, please go to https://20bn.com/licensing/sdk/evaluation andfollow the instructions.

any suggestions ? thanks

@mateuszdargacz
Copy link

mateuszdargacz commented Sep 7, 2022

@aureosun as I mentioned in my last comment I used the files from this url. it contains the files which you pointed to be missing.

@aureosun
Copy link

@mateuszdargacz I downloaded the weights, but it still not work with the outcome as mentioned above, could you please give me some suggestions?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants