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

push to fix the code on python3 and opencv3 #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DeepInDeeper
Copy link

  1. xrange to range
  2. cPickle to pickle
  3. print : add brackets
  4. add --file_name args

@rajendraarora16
Copy link

@PeterChenYijie Thanks for raising this PR. I was doing the same thing.
Just have one concern. Did you try playing around with own weight files instead of pre-defined weight files?

@DeepInDeeper
Copy link
Author

@rajendraarora16 I am still working on it.Until now I just follow this to train VOC2007 DataSet. Besides,I try to do some changes in the VOC2007 DataSet's (such as change car data to cupdata) for simple test.Perhaps I will try my own data in next weeks. Anyway, If you have any good idea,I also fully expect you to tell me.Thanks.

@Jackyangyang
Copy link

When I run train.py I get this error

File "X:/work/work/14_YOLO_series/yolo_tensorflow/train.py", line 90, in train
train_timer.remain(step, self.max_iter))
ValueError: Unknown format code 'f' for object of type 'str'

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

Successfully merging this pull request may close these issues.

3 participants