Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

'body' detector training error #4

Open
panovr opened this issue Jul 2, 2016 · 0 comments
Open

'body' detector training error #4

panovr opened this issue Jul 2, 2016 · 0 comments

Comments

@panovr
Copy link

panovr commented Jul 2, 2016

The "body" detector training bug log:

fast_bird_part_localization/geometry_utils.py:59: RuntimeWarning: overflow encountered in ubyte_scalars
cenX = float(self.xmin + self.xmax) / 2
fast_bird_part_localization/geometry_utils.py:60: RuntimeWarning: overflow encountered in ubyte_scalars
cenY = float(self.ymin + self.ymax) / 2
done 0 in 0:00:00.000088
done 100 in 0:07:55.448850
...
done 2400 in 1:50:29.576296
done 2500 in 1:55:50.305564
Traceback (most recent call last):
File "create_rf_model.py", line 65, in
main()
File "create_rf_model.py", line 36, in main
pos, neg = dh.image_point_features(img, part_box, part_name)
File "fast_bird_part_localization/cnn_utils.py", line 108, in image_point_features
return self.features(positive_points), self.features(negative_points)
File "fast_bird_part_localization/cnn_utils.py", line 91, in features
features[i, :] = self.ffeats[point[0], point[1], :]
IndexError: index 341 is out of bounds for axis 0 with size 333

@panovr panovr changed the title "body" detector training error 'body' detector training error Jul 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant