Open santhoshnumberone opened 2 years ago
I had this issue as well and the fix for me was to doublecheck how "drive" was written, as I've enountered the path being "/content/gdrive/MyDrive/" as well. My guess is that you might have the same issue.
I found this by browsing the directories starting from "content" by using this:
import os
os.chdir("/content/")
!ls
And then I found that there was a folder called "gdrive" before "MyDrive".
I am trying to use
paper
repo usinggoogle colab
Ran these block by block
Downloaded the paper repo of yolor and uploaded on to the drive
Didn't install
mish-cuda
andDownloaded and saved the weights on drive in
/content/drive/MyDrive/YoloR/yolor-paper/weight/yolor_d6.pt
I get this error
Don't know what is wrong, anyone can help?