ThunderChen

Results 13 comments of ThunderChen

您的来信已收到,谢谢!陈雷同济大学测绘与地理信息学院Thanks for your attention.Chen Lei College of survey and geo-information of Tongji university

您的来信已收到,谢谢!陈雷同济大学测绘与地理信息学院Thanks for your attention.Chen Lei College of survey and geo-information of Tongji university

would you please share the .m code? what preprocessing should be done before CNN processing?

the data in hdf format is stored in BGR not RGB, hdf data is single format and has a relation with uint8 RGB data as : RGB = (SingleHdf +...

您的来信已收到,谢谢!陈雷同济大学测绘与地理信息学院Thanks for your attention.Chen Lei College of survey and geo-information of Tongji university

您的来信已收到,谢谢!陈雷同济大学测绘与地理信息学院Thanks for your attention.Chen Lei College of survey and geo-information of Tongji university

@handoku 有解决嘛?同问,也是paddle videotag下的 attention_lstm模型

遇到同样的问题,请问有解决嘛? RuntimeError: In user code: File "/Users/admin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-C/ch-0/212.5284.44/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2173, in main() File "/Users/admin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-C/ch-0/212.5284.44/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2164, in main globals = debugger.run(setup['file'], None, None, is_module) File "/Users/admin/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-C/ch-0/212.5284.44/PyCharm...

需要在代码最开始加入 import paddle paddle.enable_static(), 注意是一定要在开头 ``` from utils.utility import check_cuda from utils.utility import check_version import paddle paddle.enable_static() ``` 还有一种可能是加载模型路径不对 code里面是没有weight的,需要从paddlehub下载一下,放到同级目录的weights/xxx.pdmodel 然后修改arg.parse ``` parser.add_argument( '--extractor_weights', type=str, default='weights/tsn.pdmodel', help='extractor weight path') parser.add_argument(...

@thertweck did you solve your problem? I also met the same problem. No handler found for node kind: Scale (expected: map_scale)