Parsing repeated fields
xiaoyong opened this issue · comments
Qiaoyong Zhong commented
Hello @ethereon,
For repeated fields in a prototxt file, we may put the values between a pair of bracket, e.g. mean_value: [128, 128, 128]
. When trying to visualize it, I got an error:
Error Encountered
Line 22, Column 17: Expected "'", """, "{", key or number but "[" found.
Is it possible to add support for this syntax? Thanks!
Saumitro Dasgupta commented
Hi @xiaoyong,
Thanks for reporting this. I've pushed an updated parser that should resolve this issue.
Qiaoyong Zhong commented
Great! Thanks!