MrGloriousFast

Results 8 comments of MrGloriousFast
trafficstars

I am also stuck on tutorial 18. i wanted to use your code to work with my own dataset. I have labeled my own dataset by hand (took forever). i...

i am completely lost. i kinda made it work but when i feed the net with images it crashes. how can i work with the dataset format ? how do...

i got it working with some really weird hack... ``` img = cv2.imread(f) orig = img.copy() #Resize to respect the input_shape img = cv2.resize(img, (w , h )) #Convert img...

i changed the udev rule after reading another issue to: `ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="209d", SYMLINK="usb/lp0", MODE="0666" ` still the same error

``i was curious what is even going on so i put the following print into the linux_kernel.py: ``` def _write(self, data): print('write args:', self.write_dev, self.dev) os.write(self.write_dev, data) ``` and it...

also i tried this: `$ echo "asd" > /dev/usb/lp0 -bash: echo: write error: Invalid argument `

Still not working. Same as above. When i plug the printer into the usb socket /dev/usb/lp0 is there and i can see it via the ls command. if i unplug...

I wouldn't know how to turn on or off the 'Editor Lite mode'. Is this a Button on the printer? I looked all around and couldn't find one. The error...