f771216203

Results 7 comments of f771216203

找到dataset/data_utils.py裡的label_path好像也要做更改,另外想請問img與label檔案格式不是gt開頭的話該如何做更改才能成功訓練

![image](https://user-images.githubusercontent.com/46882260/78970041-00819280-7b3b-11ea-99a8-b2985f1da53d.png) 前面訓練都沒有報錯,直到第12個epoch出現了這個錯誤,想請問這樣是資料集哪裡出了問題?

另外想請問為何要設計成框里的文本不能是### 或者*?目的不是文本檢測嗎後面的標籤應該不影響吧

@emmanuelkeller Thanks a lot for the answers. Q1: How could I show more than default by using on python? Q2: In the picture can see when I searhed a sentence...

Thank you so much. I found that I should change JAVA_HOME path and now it success now. So redis-spark can't build on openjdk-11 only on openjdk8?

@jjdredd thanks a lot!!! I success the test. But I found some code should be modified. b[0] = int(o_box[0] * images.shape[0]) ==> b[0] = int(o_box[0] * images.shape[1]) b[1] = int(o_box[1]...