OM PRAKASH
OM PRAKASH
- [X] Downloaded pretrained model for cityscapes-3d - [X] installed requirements as mentioned here https://github.com/prismformore/Multi-Task-Transformer/pull/23 - while running inference script ``` !CUDA_VISIBLE_DEVICES=0 python inference.py --config_path='./configs/cityscapes3d/cs_swinB_taskprompter.yml' --image_path='/content/IMG_20200209_2301.jpg' --ckp_path='/content/drive/MyDrive/YOLOv8/TaskPrompter_CS_swinB_v2.pth.tar' --save_dir='/content/' ``` error...
Steps done: 1. Clone repo 2. Download `.pth.tar` files 3. Run below commands ``` CUDA_VISIBLE_DEVICES=0 !python3 inference.py --config_path=configs/pascal/pascal_vitLp16_taskprompter.yml --image_path=/content/Screenshot7.png --ckp_path=/content/Multi-Task-Transformer/TaskPrompter/InvPT_pascal_vitLp16.pth.tar --save_dir=output ``` **Error** ``` Traceback (most recent call last): File...
when doing` pip install -r requirements.txt` Error => Could not find a version that satisfies the requirement torch==1.7.1 **After giving custom link from pytorch website** `pip install torch==1.7.1+cu92 torchvision==0.8.2+cu92 torchaudio==0.7.2...