bilylee / SiamFC-TensorFlow

A TensorFlow implementation of the SiamFC tracker
MIT License
358 stars 112 forks source link

I cannot train the network with my own dataset #81

Open AboobackerFayaz opened 5 years ago

AboobackerFayaz commented 5 years ago

I am getting an error ::

when I run : experiments\SiamFC-3s-color-scratch.py

OutOfRangeError (see above for traceback): End of sequence [[node train/IteratorGetNext (defined at experiments..\datasets\dataloader.py:102) = IteratorGetNextoutput_shapes=[[?,127,127,3], [?,239,239,3]], output_types=[DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]

bilylee commented 4 years ago

Please take a look of #40 and see if it helps.