Open yvfengZhong opened 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:
This seems to be caused by the lack of the transformers folder.
transformers
https://github.com/daveredrum/faster-captioning/blob/32df70df73aeace70ed0b7d0d015be93f4c46063/lib/dataset.py#L19
By the way, the data folder is invalid.
data
I have a problem after running the following command.
python scripts/train.py --config config/votenet_scan2cap.yaml
And I get the error:
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.