gjy3035 / C-3-Framework

An open-source PyTorch code for crowd counting
MIT License
699 stars 200 forks source link

SHANB train 問題 #99

Open Axuas opened 3 years ago

Axuas commented 3 years ago

你好我在執行TRAIN的過程時 遇到 'EasyDict' object has no attribute 'RESUME' 的問題

使用環境 :

執行過程 :

  1. 執行 pip install -r requirements.txt
  2. git clone
  3. 從one drive下載data 並放到ProcessedData
  4. 使用results reports 裡的res50 -> SHHB的config 和 setting (覆蓋原本的兩個檔案),並修改setting裡的DATA_PATH路徑

第一次接觸這方面,如果有操作上的問題再麻煩點出

hangxiaotian commented 3 years ago

你好,你可以联系我,我或许能解决你的问题

Axuas commented 3 years ago

你好,請問我該如何聯繫您? 能提供給我mail方便我聯繫嗎?

gjy3035 commented 3 years ago

Resume参数为true时,用于上次训练中断,本次接着训练。 从零训练设置为False即可。 可否告知我更为仔细的报错位置?