ZhouYuxuanYX / BlockGCN

This is the official implementation of our CVPR 2024 paper "BlockGCN: Redefine Topology Awareness for Skeleton-Based Action Recognition"
Apache License 2.0
58 stars 8 forks source link

The number of elements returned by the iteration object in enumerate (process) exceeds the expected limit #4

Closed jlustudent22 closed 4 months ago

jlustudent22 commented 4 months ago

I haven't made any changes to your code, but this issue has occurred. How can I solve it. Traceback (most recent call last): File "/home/xiayt/myproject/BlockGCN/main.py", line 796, in processor.start() File "/home/xiayt/myproject/BlockGCN/main.py", line 726, in start self.train(epoch, save_model=save_model) File "/home/xiayt/myproject/BlockGCN/main.py", line 477, in train for batch_idx, (data, label, index) in enumerate(process): ValueError: too many values to unpack (expected 3)

ZhouYuxuanYX commented 4 months ago

Hi,

thanks for asking. The main.py is updated and should work fine now.

Best regards

ZhouYuxuanYX commented 4 months ago

solved