creabob
creabob
> Do you think we should draw it anyway? Even if it does not relate to your real data? if I want to draw this parts, how to draw it?
in scripts/extra/convert_dr_yolo.py with the parameter IN_FILE . it require result.txt . how to get this file i using the version yolo https://github.com/SpikeKing/keras-yolo3-detection
Thanks,it works
I met the same problems and I modify notebooks/ssd_tests.ipynb-- process_image( ) method. in this mehod parameter select_threshold 's default value is 0.5 and i change to 0.3 or smaller.run again...
besides, This problem not only exists in this plugin
> please close rule cache in shenyu-bootstrap.yml so, it is recommended to turn on this rule cache function?
If I want to use the cache not only under the rules of the url condition, is it supported now?
in modifyResponse plugin, i add this conditions, addKey success, but modify key failed .
当我修改返回值的header头时,content-type字段无法修改,无论是我自定义的插件还是modifyResponse插件,都不成功。 我修改的方式是加入这段代码 `exchange.getResponse().getHeaders().setContentType(xxx)` 当我debug时,发现content-type有单独的方法去获取,可是并不是通过exchange的值获取。  我想问,正确修改response的content-type方式是什么?