You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
panovr
changed the title
"body" detector training error
'body' detector training error
Jul 2, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The "body" detector training bug log:
The text was updated successfully, but these errors were encountered: