daveredrum / faster-captioning

4 stars 0 forks source link

ModuleNotFoundError: No module named 'transformers' #2

Open yvfengZhong opened 2 years ago

yvfengZhong commented 2 years ago

I have a problem after running the following command.

python scripts/train.py --config config/votenet_scan2cap.yaml

And I get the error:

截屏2022-09-22 12 46 29

This seems to be caused by the lack of the transformers folder.

https://github.com/daveredrum/faster-captioning/blob/32df70df73aeace70ed0b7d0d015be93f4c46063/lib/dataset.py#L19

By the way, the data folder is invalid.