mpskex / Convolutional-Pose-Machine-tf

Convolutional Pose Machine tensorflow implementation
GNU Lesser General Public License v3.0
71 stars 18 forks source link

Error when trainning. #12

Closed binhmuc closed 4 years ago

binhmuc commented 5 years ago

I use my own data, but got this problem :( [] Model Built Traceback (most recent call last): File "trainCPM.py", line 38, in model.train() File "../net/CPM.py", line 224, in train _train_batch = next(self.generator) File "../dataset/datagen_para_branch.py", line 59, in generator gen = self.datagen.generator(args, *kwargs) File "../dataset/datagen.py", line 459, in generator return self._aux_generator(args, **kwargs) TypeError: _aux_generator() got an unexpected keyword argument 'norm'

mpskex commented 5 years ago

This seems to be a bug in data generator. Plz give me some time to check it out.

mpskex commented 4 years ago

Since the issue is not active for a long time, I will close the issue until new response is been added to this thread.