yolo_tensorflow icon indicating copy to clipboard operation
yolo_tensorflow copied to clipboard

push to fix the code on python3 and opencv3

Open DeepInDeeper opened this issue 7 years ago • 3 comments

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

DeepInDeeper avatar Jan 31 '18 06:01 DeepInDeeper

@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?

rajendraarora16 avatar Jan 31 '18 09:01 rajendraarora16

@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.

DeepInDeeper avatar Feb 01 '18 01:02 DeepInDeeper

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'

Jackyangyang avatar Feb 10 '21 11:02 Jackyangyang