Nick Li

Results 3 issues of Nick Li

大家好,小弟在表单中使用`DjangoUeditor`时报错:`UEditorField' object has no attribute 'is_hidden'` 不知道各位有没有遇到过类似的issue? 如果能给些提示,将感激不尽! 以下是详情log: ``` /form.py class CommentForm(ModelForm): class Meta: model = Comment fields = ['article', 'userOfComment', 'content'] widgets = { 'content': UEditorField(verbose_name='abc', width=600, height=300,...

想要使用detect直接预测图片的时候,会报错如下: ``` ubuntu@test:~/captcha_crack$ sudo ./darknet detect cfg/yolov3.cfg yolov3.weights products/trainval/000001.jpg Couldn't open file: cfg/coco.data ``` 请问您有遇到过吗?我使用最新版本的darknet进行预测就不会出现此类问题

When I used the function like `{% paginate using 'mypath\pagination.html' %}`. I used the same setting and code,it worked on my `windows10` compute, but on my `Ubuntu` system compute it...