simon05032021-08-28T07:39:50+00:00
0

1樓

https://ppt.cc/fYTICx

想請問關於FPS score的問題
FPS是指每一個Frame所需的時間嗎?
若是這樣子,那為何FPS大於1000即可得到40分滿分呢?

xylin2021-08-30T00:59:27+00:00
1

2樓

@simon0503 您好,

感謝您的提問!

FPS 指的是 inference 速度之 frames per second ,也就是在 FPGA 上面每秒可以 inference 的圖片張數,因此這個數字是愈大愈好,只要能夠達到 1000 FPS 就可以取得該項目的滿分。

chia_shein2021-10-15T11:48:47+00:00
0

11樓

您好,想請問,在window上執行wsl --install指令後,在安裝過程中不小心電腦關機,開機後再下 wsl --install及後續的指令都會出現"因為需要重新啟動系統,因此未採取任何動作。"的訊息,想請問有任何解決辦法嗎?

BrianHuang2021-10-18T09:08:58+00:00
1

12樓

@ chia_shein您好,

請重開機後在”命令提示字元”或”PowerShell”下輸入以下指令確認WSL是否正確安裝

wsl --status

若無法正確顯示版本資訊或出現安裝有誤, 
請先依照2.2.2的流程移除Windows Subsystem for Linux(Windows子系統Linux版), 
在第四步驟時取消勾選, 按確認後重新啟動電腦, 
之後再重新回到安裝過程

另外可參考以下連結
https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#confirm-wsl-is-enabled

tonyhovia2021-11-04T13:21:26+00:00
0

13樓

How to use Aidea CLI?

I had installed python3 and "pip install aidea".
but I don"t know how to download "train_images.zip" by using Aidea CLI tool.

有人可以幫忙提供一個例子嗎?

Thanks

xylin2021-11-05T02:24:55+00:00
1

14樓

Hi @tonyhovia 您好,

您可以依以下步驟執行,即可下載檔案,謝謝您!

# install AIdea CLI
pip install aidea

# log in
aidea login

# check topic ID
aidea topics list

# download files for "FPGA Edge AI – AOI Defect Classification"
aidea topics download -t 701e1e79-84ff-49a5-86ee-a7f01c24c6f7