pse-ecn / pose-sensitive-embedding

Pose Sensitive Embedding for Person Re-Identification (PSE)
112 stars 36 forks source link

ValueError #5

Closed Rheelt closed 6 years ago

Rheelt commented 6 years ago

i use python3.5 and tenorflow1.3.0, when i run python3 trainer_preid.py --output=./output --data=./datasets --dataset-name=market1501 --batch-size=16 --num-epochs=100 --network-name=resnet_v1_50 --trainable-scopes=resnet_v1_50/logits --no-evaluation The error message is as follows ValueError: Tensor conversion requested dtype string for Tensor with dtype float32: 'Tensor("input_producer/Gather:0", shape=(), dtype=float32, device=/device:CPU:0)' TypeError: Input 'filename' of 'ReadFile' Op has type float32 that does not match expected type of string.

I really hope you can help me to figure it out. Thank you.