fasterrcnn-pytorch-training-pipeline icon indicating copy to clipboard operation
fasterrcnn-pytorch-training-pipeline copied to clipboard

ModuleNotFoundError: No module named 'vision_transformers'

Open samahwaleed opened this issue 2 years ago • 3 comments

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

samahwaleed avatar Dec 30 '22 02:12 samahwaleed

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.

sovit-123 avatar Dec 30 '22 03:12 sovit-123

Hey, Is the issue solved?

Sowgandh6 avatar Apr 10 '23 19:04 Sowgandh6

@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.

sovit-123 avatar Apr 11 '23 03:04 sovit-123