Yong-Siang Shih

Results 37 comments of Yong-Siang Shih

Is there any documentation about `menu_get`? I am interested in automatic menus as well.

是說如果想取得所有辨識好的結果和原始圖檔(拿來當 training data),只有透過 API 一欄一欄抓圖這個方法嗎~

我找到了 http://campaign-finance-pic.ronny.tw/outputs.tgz 只是不知是否是最新版的 最新版的索引值不知是在哪裡呢?

我指的是切割圖片完的座標,或者切割的工具 (之所以希望是最新版是因為從一些討論來看,曾經有修正過一些網友回報的切割錯誤。而從 API 取得的圖片似乎有轉正,原網誌的 demo 沒有等等。) ...不然的話每分鐘用 API 抓一張圖應該不會造成太大流量影響吧 (?)

好吧,雖然有點離 issue 的題,不過我做了個簡單的小實驗 XD 想要辨識一些常出現的文字(ex. 空白、匿名) 因為覺得處理圖片很麻煩,所以暫時只用 API 抓少量資料: 每個 label 各抓 25 個 cells 做 training,另外抓 25 個 cells 做 testing 然後 accuracy 只有 64 % >< 因為其實我也不太熟這塊,有興趣的人可以研究一下: https://gist.github.com/shaform/9759d02f08a6d47ae462...

It's simply learned with SGD; it is the `raw_threshold` in https://github.com/appier/compatibility-family-learning/blob/d760068388b3e8fd6c58a883137ba3db7c9ffa29/cfl/models/blocks.py#L19.

Hi demonking2, The product id on polyvore site is used as ASINs. Suppose Polyvore website is still alive, the [crawler](https://github.com/appier/compatibility-family-learning/tree/master/experiments/polyvore/polyvore_crawler) could be used to crawl the data. Specifically: 1. `polyvore_outfit_from_user`...