You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./metro/tools/end2end_inference_bodymesh.py", line 20, in
from metro.modeling.bert import BertConfig, METRO
File "/media/khw/T7/3DHuman/MeshTransformer/metro/modeling/bert/init.py", line 3, in
from .modeling_bert import (BertConfig, BertModel,
File "/media/khw/T7/3DHuman/MeshTransformer/metro/modeling/bert/modeling_bert.py", line 1
../../../transformers/pytorch_transformers/modeling_bert.py
^
SyntaxError: invalid syntax
how can i fix it?
what should i do now?
The text was updated successfully, but these errors were encountered:
We use a symbolic link to reference the official codes in Huggingface's transformer. Please have a check if you clone the repo. You could try running git clone --recursive https://github.com/microsoft/MeshTransformer.git and it should clone Huggingface's transformer submodule automatically. Thanks.
python3 ./metro/tools/end2end_inference_bodymesh.py --resume_checkpoint ./models/metro_release/metro_3dpw_state_dict.bin--image_file_or_path ./samples/human-body
Traceback (most recent call last):
File "./metro/tools/end2end_inference_bodymesh.py", line 20, in
from metro.modeling.bert import BertConfig, METRO
File "/media/khw/T7/3DHuman/MeshTransformer/metro/modeling/bert/init.py", line 3, in
from .modeling_bert import (BertConfig, BertModel,
File "/media/khw/T7/3DHuman/MeshTransformer/metro/modeling/bert/modeling_bert.py", line 1
../../../transformers/pytorch_transformers/modeling_bert.py
^
SyntaxError: invalid syntax
how can i fix it?
what should i do now?
The text was updated successfully, but these errors were encountered: