DingHsun / AI-CUP-Competition

無人機飛行載具之智慧計數競賽
https://tbrain.trendmicro.com.tw/Competitions/Details/25
0 stars 0 forks source link

Training Problem #1

Closed back95126 closed 2 years ago

back95126 commented 2 years ago

HI , im also a taiwan student For this competition I have some issue how can i contact with u.

DingHsun commented 2 years ago

可以直接這個信箱聯絡!

back95126 @.***>於 2022年11月21日 週一,14:10寫道:

HI , im also a taiwan student For this competition I have some issue how can i contact with u.

— Reply to this email directly, view it on GitHub https://github.com/DingHsun/AI-CUP-Competition/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2K3ASHWYODGK6QS63QIBFDWJMG43ANCNFSM6AAAAAASGI242Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

back95126 commented 2 years ago

你好, 我有試著執行您的程式碼 針對dataset的部分 主要好奇data.zip這個壓縮檔 我該上傳些什麼東西

另外,雖然有些無理不知道能不能向您索取較差的performance的csv檔作為上傳依據 因為其實參加這個比賽主要只是因應課堂上的一個報告

黃鼎勳 @.***> 於 2022年11月21日 週一 下午2:15寫道:

可以直接這個信箱聯絡!

back95126 @.***>於 2022年11月21日 週一,14:10寫道:

HI , im also a taiwan student For this competition I have some issue how can i contact with u.

— Reply to this email directly, view it on GitHub https://github.com/DingHsun/AI-CUP-Competition/issues/1, or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2K3ASHWYODGK6QS63QIBFDWJMG43ANCNFSM6AAAAAASGI242Q

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/DingHsun/AI-CUP-Competition/issues/1#issuecomment-1321511752, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJNBJM4VD32JE2YMZN26KQDWJMHQHANCNFSM6AAAAAASGI242Q . You are receiving this because you authored the thread.Message ID: @.***>

DingHsun commented 2 years ago
  1. data.zip已上傳至我的專案。主要是yolo要讀取的資料路徑及class數量的參數文本。
  2. 若想要訓練自己的網路可以更改「yolov5x模型訓練」的code並執行, !python /content/yolov5/train.py --data ./data.yaml --cfg /content/yolov5/models/yolov5x.yaml --batch-size -1 --epochs 50 --rect --imgsz 1080 --image-weights 若想要較輕量的網路可以更改 /content/yolov5/models/yolov5x.yaml 為你想要的model。 3.關於索取較差的performance的csv檔,如果不想自行訓練可以私下用個人信箱私訊我。

back95126 @.***> 於 2022年11月21日 週一 下午2:24寫道:

你好, 我有試著執行您的程式碼 針對dataset的部分 主要好奇data.zip這個壓縮檔 我該上傳些什麼東西

另外,雖然有些無理不知道能不能向您索取較差的performance的csv檔作為上傳依據 因為其實參加這個比賽主要只是因應課堂上的一個報告

黃鼎勳 @.***> 於 2022年11月21日 週一 下午2:15寫道:

可以直接這個信箱聯絡!

back95126 @.***>於 2022年11月21日 週一,14:10寫道:

HI , im also a taiwan student For this competition I have some issue how can i contact with u.

— Reply to this email directly, view it on GitHub https://github.com/DingHsun/AI-CUP-Competition/issues/1, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2K3ASHWYODGK6QS63QIBFDWJMG43ANCNFSM6AAAAAASGI242Q

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/DingHsun/AI-CUP-Competition/issues/1#issuecomment-1321511752>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJNBJM4VD32JE2YMZN26KQDWJMHQHANCNFSM6AAAAAASGI242Q>

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/DingHsun/AI-CUP-Competition/issues/1#issuecomment-1321518104, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2K3ASDKIN5HUW74J7WAM73WJMITJANCNFSM6AAAAAASGI242Q . You are receiving this because you commented.Message ID: @.***>

back95126 commented 2 years ago

非常謝謝您的回答 我會試著訓練看看

csv檔的部分 我有成功產生了

再次謝謝您