We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mr Professor,
I generated with blender large dataset for edge detection problem. https://www.kaggle.com/datasets/tomaszjacek/40k-edge-detection-dataset Wanted to try it with TEED but not sure why still got error.
i got an arror like RuntimeError: a Tensor with 8 elements cannot be converted to Scalar
or error like
cv2.error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/resize.cpp:4152: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
Hope you will find some time to look at it. Thank you, tj
The text was updated successfully, but these errors were encountered:
i found three corupted images in dataset. i can run now my tensorflow implementation of TEED model but original pytorch from this repo still doesnt work. here is link to the new one https://www.kaggle.com/datasets/tomaszjacek/largeedgedetectiondataset40k Thank you, tj
Sorry, something went wrong.
No branches or pull requests
Mr Professor,
I generated with blender large dataset for edge detection problem.
https://www.kaggle.com/datasets/tomaszjacek/40k-edge-detection-dataset
Wanted to try it with TEED but not sure why still got error.
i got an arror like
RuntimeError: a Tensor with 8 elements cannot be converted to Scalar
or error like
cv2.error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/resize.cpp:4152: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
Hope you will find some time to look at it.
Thank you,
tj
The text was updated successfully, but these errors were encountered: