fasterrcnn-pytorch-training-pipeline
fasterrcnn-pytorch-training-pipeline copied to clipboard
ModuleNotFoundError: No module named 'vision_transformers'
I got this error and I tried to solve it by install vision-transformer, but still show me same error
pip install vision-transformer-pytorch
The Vision Transformer models are a work in progress and they depend on this library of mine https://github.com/sovit-123/vision_transformers It is recommended that you don't use the models now. I will update the README once I debug the detection pipeline for these models.
Hey, Is the issue solved?
@Sowgandh6 Yes, it is solved.
You do not need to install vision_transformers
to use Faster RCNN VitDet models. However, you will need to do pip install vision_transformers
if you wish to use fasterrcnn_mobilevit_xxs
.