jxncyym

Results 9 comments of jxncyym

@J-shang the latest code refer to :https://pan.baidu.com/s/19xoJOC9yaD3E6-RkZkOf9Q,g4og

Is there any progress @zheng-ningxin @J-shang

then how to solve this problem?@zheng-ningxin

another problem: RuntimeError: Only tuples, lists and Variables supported as JIT inputs/outputs. Dictionaries and strings are also accepted but their usage is not recommended. But got unsupported type float

@xucong-zhang 1. I am sorry I don't find the way to get the gaze direction in your paper, could you tell me where you describe the process you get the...

@VainF 您好,您可以参考下这个issue: https://github.com/microsoft/nni/issues/4160 ,或者该github的issue里面搜索“assert len(set(num_channels_list)) == 1 ” 也许您需要修改下您的代码,代码修改好,麻烦通知下我,谢谢!!

#include "layer.h" class YoloV5Focus : public ncnn::Layer { public: YoloV5Focus() { one_blob_only = true; } virtual int forward(const ncnn::Mat& bottom_blob, ncnn::Mat& top_blob, const ncnn::Option& opt) const { int w =...

@nihui 这个问题是参考这一条吗? ncnnoptimize和自定义层 先ncnnoptimize再增加自定义层,避免ncnnoptimize不能处理自定义层保存。 我这个就是加了自定义的YoloV5Focus层,用qnx工具编译没法通过,可以解释详细些吗?