You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I've setup project correctly.
N.B. - it's possible to create directories and then add .gitignore files in them - that way you can move things around - please consider - otherwise have to do a bit of house keeping (file shuffling around) to get app to boot up.
Once I've export mp4 into jpeg files -
I have 1 style file - is it enough?
It does one pass - and I see a picture styled - but then things fail.
out/out91/stylized_0001.jpg
torch.Size([1, 3, 1280, 720])
2
out/out91/stylized_0002.jpg
Traceback (most recent call last):
File "test_video.py", line 287, in
content_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-ms668fyv/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
The text was updated successfully, but these errors were encountered:
I believe I've setup project correctly.
N.B. - it's possible to create directories and then add .gitignore files in them - that way you can move things around - please consider - otherwise have to do a bit of house keeping (file shuffling around) to get app to boot up.
Once I've export mp4 into jpeg files -
I have 1 style file - is it enough?
It does one pass - and I see a picture styled - but then things fail.
out/out91/stylized_0001.jpg
torch.Size([1, 3, 1280, 720])
2
out/out91/stylized_0002.jpg
Traceback (most recent call last):
File "test_video.py", line 287, in
content_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-ms668fyv/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
The text was updated successfully, but these errors were encountered: