luoao-kddi / SCP

This is the official code for the our paper "SCP: Spherical-Coordinate-based Learned Point Cloud Compression"
Mozilla Public License 2.0
17 stars 2 forks source link

No module named 'transformers' #5

Open RuixiangXue opened 1 month ago

RuixiangXue commented 1 month ago

When I run the encode.py to conduct eval, the error comes:

from transformers.activations import ACT2FN ModuleNotFoundError: No module named 'transformers'".

I wonder is this a package ? because I did not found relevant file named "transformer.py"

luoao-kddi commented 1 month ago

Oh, I forgot to put it in the requirements.txt. It is a library from HuggingFace. You can directly install it by pip install transformers.