-
Notifications
You must be signed in to change notification settings - Fork 396
Description
I'm getting above error while training fasterrcnn using luminoth. can someone provide solution for this.
Error:-
tensorflow.python.framework.errors_impl.InvalidArgumentError: Name: , Context feature 'depth' is required but could not be found.
[[Node: object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample = ParseSingleSequenceExample[Ncontext_dense=5, Ncontex
t_sparse=0, Nfeature_list_dense=0, Nfeature_list_sparse=5, Tcontext_dense=[DT_INT64, DT_STRING, DT_INT64, DT_STRING, DT_INT64], context_dense_shapes=[
[], [], [], [], []], context_sparse_types=[], feature_list_dense_shapes=[], feature_list_dense_types=[], feature_list_sparse_types=[DT_INT64, DT_INT64
, DT_INT64, DT_INT64, DT_INT64], device="/job:localhost/replica:0/task:0/device:CPU:0"](object_detection_dataset/ReaderReadV2:1, object_detection_dat
aset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_dense_missing_assumed_empty, object_detection_dataset/ParseSingleSequenceExamp
le/ParseSingleSequenceExample/context_dense_keys_0, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/context_dense_keys
1, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/context_dense_keys_2, object_detection_dataset/ParseSingleSequenceEx
ample/ParseSingleSequenceExample/context_dense_keys_3, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/context_dense_ke
ys_4, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_sparse_keys_0, object_detection_dataset/ParseSingleS
equenceExample/ParseSingleSequenceExample/feature_list_sparse_keys_1, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/f
eature_list_sparse_keys_2, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_sparse_keys_3, object_detection
_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_sparse_keys_4, object_detection_dataset/ParseSingleSequenceExample/Const,
object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_dense_missing_assumed_empty, object_detection_dataset/Pars
eSingleSequenceExample/Const, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/feature_list_dense_missing_assumed_empty,
object_detection_dataset/ParseSingleSequenceExample/Const, object_detection_dataset/ParseSingleSequenceExample/ParseSingleSequenceExample/debug_name)
]]
