Skip to content
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

TypeError by running eval.py #10

Open
OmerTariq-KAIST opened this issue Nov 20, 2023 · 0 comments
Open

TypeError by running eval.py #10

OmerTariq-KAIST opened this issue Nov 20, 2023 · 0 comments

Comments

@OmerTariq-KAIST
Copy link

python eval.py --path /home/u20/HPE/TriHorn-Net/TriHorn-Net-main/icvl_experiment/checkpoints ICVL dataset will be used Traceback (most recent call last): File "/home/u20/HPE/TriHorn-Net/TriHorn-Net-main/eval.py", line 143, in <module> test_set=ICVLHandPoseDataset(train=False,basepath=os.environ.get('ICVL_PATH'),center_refined=args.center_refined) File "/home/u20/HPE/TriHorn-Net/TriHorn-Net-main/dataloader.py", line 494, in __init__ address=os.path.join(basepath,"%s.pickle"%(self.seqName)) File "/home/u20/anaconda3/envs/trident/lib/python3.9/posixpath.py", line 76, in join a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType

What is the way around to solve this?

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

No branches or pull requests

1 participant