Skip to content
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

Creating tfrecord for the dataset #22

Open
aicaffeinelife opened this issue Apr 3, 2018 · 0 comments
Open

Creating tfrecord for the dataset #22

aicaffeinelife opened this issue Apr 3, 2018 · 0 comments

Comments

@aicaffeinelife
Copy link

aicaffeinelife commented Apr 3, 2018

Hi,

I'm currently trying to train the coco-text dataset with the Tensorflow object detection API. I would like to discuss here how to create a script that allows us to interface with the TF object detection API. Please note that I'm able to parse the tfrecords generated by my own script in a graph session. With the TF Object detection API I end up getting:

ConcatOp : Dimensions of inputs should match: shape[0] = [1,46] vs. shape[1] = [1,23]
	 [[Node: concat = ConcatV2[N=4, T=DT_FLOAT, Tidx=DT_INT32, _device="/job:localhost/replica:0/task:0/device:CPU:0"](ExpandDims, ExpandDims_1, ExpandDims_2, ExpandDims_3, Equal_4/y)]]

I'm wondering what could be the issue and how to solve it, since the error doesn't say much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant