facade-segmentation icon indicating copy to clipboard operation
facade-segmentation copied to clipboard

color_coded_errors.py has a minor error

Open wamiq-reyaz opened this issue 6 years ago • 1 comments

In line 8, in the file scripts/anisotropic-training/color_coded_errors.py, the code reads

array(ERROR_COLORS, dtype=np.uint8 but it should be np.array(ERROR_COLORS, dtype=np.uint8

wamiq-reyaz avatar Feb 12 '18 18:02 wamiq-reyaz

I probably run that from within jupyter notebook that already has numpy included. Feel free to make changes and I will add you to the git repo if you like

On Feb 12, 2018 1:17 PM, "wamiq-reyaz" [email protected] wrote:

In line 8, in the file scripts/anisotropic-training/color_coded_errors.py, the code reads

array(ERROR_COLORS, dtype=np.uint8 but it should be np.array(ERROR_COLORS, dtype=np.uint8

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jfemiani/facade-segmentation/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ACq7F2aMTLCx4JReNI6qMID2p90xdlQgks5tUIBBgaJpZM4SCmr8 .

jfemiani avatar Feb 12 '18 19:02 jfemiani