-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tfRecord grayed out #2711
Comments
@ericchen321 Hi, make sure that your CPU supports AVX instruction set. #1393 |
@ericchen321 probably there is an issue with tensorflow==2.4.0 https://github.com/openvinotoolkit/cvat/blob/develop/cvat/requirements/base.txt#L42 which requires avx2 support, and looks like this was removed in 2.4.1 (tensorflow/tensorflow#45866). could you please change corresponding line in the base.txt and send PR if that helps? |
@ericchen321 Have you solved the issue? |
Hi @azhavoro , sorry for not replying earlier. Due to our time constraints, we did not keep on debugging, and moved onto Roboflow to generate |
Same issue. It is grayed out for me aswell, tensorflow is listed within the docker container. Any advice? The base.txt: Pip list |
My actions before raising this issue
Expected Behaviour
When exporting a job in TFRecord format (including the
.tfRecord
file and the.pbtxt
file) by clicking Export as a Dataset -> TFRecord 1.0, I expected the TFRecord option to be not grayed out, as on cvat.org:Current Behaviour
but I saw the TFRecord option being grayed out when I tried, while running CVAT locally on my desktop:
Steps to Reproduce (for bugs)
.xml
files) for the taskContext
I was trying to use CVAT to convert YOLO annotations to TFRecord for a dataset I created.
Your Environment
3ced77c
20.10.2
The text was updated successfully, but these errors were encountered: