-
Currently we depend on cv2 for Nougat's crop margin, what do you think about something like this, I just changed the two calls to cv2 to this:
```python
def pythonfindNonZero(gray):
non_zero…
-
I'm trying to test if I can run this model correctly. I have gone through the preprocess step and tried to train for 3 epochs just to see that it runs; however, when I load the model state to check wh…
-
### Before Reporting
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/…
-
G:\FGO-Automata-master>python.exe name.py
Traceback (most recent call last):
File "G:\FGO-Automata-master\name.py", line 1, in
from core.Automata import Automata
File "G:\FGO-Automata-mas…
-
See here
https://github.com/deforum-art/deforum-stable-diffusion/blob/main/helpers/colors.py#L10-L15
The API in scikit image has moved on from using `multichannel=` as an argument to `skimage.expo…
-
Hi,
I try to run this code with my own tabular images.
however, I got a bug in this line
# Find contours for image, which will detect all the boxes
im21, contours1, hierarchy1 = cv2.findCont…
-
您好,感谢您的项目分享,我想做一个其他物体检测追踪的模型。
我有了一个预训练的图像识别分类模型。
然后我load视频做图像腐蚀的时候报错了。
这是我在windows下运行的error-log:
> D:\PythonSpace\Hand_Tracking>python track_finger.py --file car.flv
> Using TensorFlow backend.…
-
I use COCO NAME which contains 80 objects
on this occasion I only want 2 of my objects that can be read
can anyone show you how?
I have the following program,
import cv2
import numpy as np
…
-
Hello,
I am currently working on setting up the facerestore_cf project on my local machine. I have OpenCV version 4.8.1 installed, but I am encountering some issues which I suspect may be related t…
-
I tried to use the detect_video function in my code and i found that the function is using
cv2.rectangle(frame, (box[0], box[1]), (box[2], box[3]), (255, 0, 0), 3)
cv2…