We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在Data Preparation中的產生ReID時出現了問題,在執行"python3 fast_reid/datasets/generate_mot_patches.py --data_path C:/BoT-SORT/datasets --mot 17"這段指令時,我不會在conda prompt中出現任何執行過程,save_path也不會出現生成的檔案,以下附上我的相關檔案資訊,想3請問各位,我有需要去修改generate_mot_patches.py嗎? 又或者有什麼動作我遺漏了呢? 我有看到跟docker相關的連結,但我沒有install,我只有依照Installation的步驟進行安裝而已,請問會是少了這步驟的問題嗎?
dataset的路徑:C:\BoT-SORT\datasets\MOT17 (下述是我資料夾的結構) datasets/ └── MOT17/ └── train/ └── MOT17-02-FRCNN/ ├── gt/ │ └── gt.txt └── img1/ ├── 000001.jpg ├── 000002.jpg └── ... └── MOT17-02-....../
The text was updated successfully, but these errors were encountered:
datasets/ └── MOT17/ ----└── train/ ------└── MOT17-02-FRCNN/ --------├── gt/ ---------│ └── gt.txt --------└── img1/ ---------- ├── 000001.jpg ---------- ├── 000002.jpg -----------└── ... (更多圖像) (https://github.com/user-attachments/assets/9640ffc1-05b2-444b-a2a8-b7424861040a)
Sorry, something went wrong.
No branches or pull requests
我在Data Preparation中的產生ReID時出現了問題,在執行"python3 fast_reid/datasets/generate_mot_patches.py --data_path C:/BoT-SORT/datasets --mot 17"這段指令時,我不會在conda prompt中出現任何執行過程,save_path也不會出現生成的檔案,以下附上我的相關檔案資訊,想3請問各位,我有需要去修改generate_mot_patches.py嗎? 又或者有什麼動作我遺漏了呢? 我有看到跟docker相關的連結,但我沒有install,我只有依照Installation的步驟進行安裝而已,請問會是少了這步驟的問題嗎?
dataset的路徑:C:\BoT-SORT\datasets\MOT17
(下述是我資料夾的結構)
datasets/
└── MOT17/
└── train/
└── MOT17-02-FRCNN/
├── gt/
│ └── gt.txt
└── img1/
├── 000001.jpg
├── 000002.jpg
└── ...
└── MOT17-02-....../
The text was updated successfully, but these errors were encountered: