albertyou2

Results 39 issues of albertyou2

Hi@yquemener Great work! I had run this project successfully but when i tested with my video file ,it did't detected any head.I think there are so many factors will infect...

HI @yquemener I build HeadCounter successful. Then I run the command as below: ./headcounter IMG_3963.MP4 then I got an error : OpenCV Error: Assertion failed (!empty()) in detectMultiScale, file /Users/zuekiWork/Documents/opencv-3.0.0/modules/objdetect/src/cascadedetect.cpp,...

When I cluster.py I got this error :: Traceback (most recent call last): File "clustering.py", line 4, in import pyflann File "/Users/youyin/anaconda3/lib/python3.6/site-packages/pyflann/__init__.py", line 27, in from index import * ModuleNotFoundError:...

Where should I find a training instructions step by step? Thank you!

我发现在同一个接口 不同的请求加入事务后,数据更新不是每次都成功, 以下是我的服务端代码 async del(body) { const { ctx, app } = this; const session = await app.mongoose.startSession({ //readPreference: { mode: 'primary' }, }); try { const tool = new...

Inactive

有没有人把这个东西运行在 NVIDIA 的JETSON NANO中的 ,求教程 谢谢!

hi is there a pretrained model download? i tried to train a model but it was to slow with my cpu . @tensorlayer-gardener

你好 @wuzhihao7788 我在mac上训练报错, Traceback (most recent call last): File "tools/train.py", line 144, in main() File "tools/train.py", line 69, in main cfg = Config.fromfile(args.config) File "/Users/youyin/Documents/人工智能研究项目/keypoint/yolodet-pytorch/yolodet/utils/config.py", line 173, in fromfile cfg_dict,...

@lining0806 你好! 能否提供一个简单地使用说明? 比如 1.文本分类 PYTHON XXXX.PY 这种格式的简单说明 谢谢!

@dongwu92 你好,很棒的项目! 我想单独预测一张图片该如何处理呢,我看到FCN.PY中都是通过.MAT读入,批量构造输入数据的, 如果我想预测一张图,并且没有测试标签,该如何实现呢, MATTING刚接触,问题比较肤浅,见谅 谢谢!