Officially YOLOV5 only works on Python 3.8 and above. But Jetson only came with 3.6.9. But following this tutorial seems to work fine (as of April 2022).
Category: About computer
jetson agx xavier hack
Some of my experiences I got playing with Jetson Xavier. I got lots of trouble to start with trying to flash Jetson. It ended up that I simply needed to remove the tlp package at the host. The log from sdkmanager is simply not very helpful. Otherwise, it should have saved me lots of time…
gigabyte overheating
Try to avoid overheating with this. Haven’t tested enough to see if it is really working well.
Touchscreen not working after power outage
My X1 Yoga gen 3rd died after I used in outside freezing. The battery died completely and it crashed the hard disk as well. After I replaced both, touch screen does not work but stylus is half functioning. It doesn’t work near the bottom edge. I originally suspect the battery. But I used the UEFI…
dropbox is not syncing anymore
I use dropbox to manage my website. It is not really very secure. But it is at least very convenient. I use one dummy dropbox account contain just my website folder shared from my main dropbox account. Then I just login dropbox with my dummy account for my web server. It has been working…
Natural scrolling for 18.04
Unity doesn’t have an natural scrolling option on 18.04. One can enable that with libinput To enable Natural Scrolling in libinput add Option “NaturalScrolling” “true” to /usr/share/X11/xorg.conf.d/40-libinput.conf. It should be added before EndSection to the touchpad section. Unity desktop GUI app can’t use libinput options. You can switch to synaptics by sudo apt remove xserver-xorg-input-libinput sudo apt install xserver-xorg-input-all …
slow wifi on 20.04
This seems to fix my slow wifi on 20.04 Get the network name lshw -C Network Turn off power management sudo iwconfig wlp2s0 power off Check iwconfig
coursera-dl
Coursera-dl is a wonderful tool but authentication doesn’t work out of the box. It will work after adding cauth option in coursera-dl.conf as here.
WIFI connected but no internet for Ubuntu
As title, the connection is okay after reboot but suddenly no internet connection but still has a wifi connection. This happens often after some wifi signal hiccup. It turns out that it seems to be ipv6 problems. After setting ipv6 to “ignore” and disable and enable connection, the internet is back nicely.
php came back to bite me
I came across trouble with my WordPress site because dropbox hanged. I reinstalled everything and forgot the PHP problem I had earlier. I ended up wasting a day trying to figure out what happened again. I still can’t figure out why php7.4 doesn’t work with the latest WordPress upgrade. Maybe something was wrong with the…