BREAKING NEWS
LATEST POSTS
-
Free Vector editors on MacOS
VECTR
vectr.com/DrawBerry
www.macupdate.com/app/mac/26577/drawberryBoxySVG
boxy-svg.com/Vecteezy
www.vecteezy.com/editor -
freecodecamp – The 60 core Bash commands everyone should be familiar with
This Linux Command Handbook covers 60 core Bash commands you will need as a developer. Each entry includes example code and tips for when to use that command. You can bookmark this in your browser or download a PDF version for free.
www.freecodecamp.org/news/the-linux-commands-handbook/
man
ls
cd
pwd
mkdir
rmdir
mv
cp
open
touch
find
ln
gzip
gunzip
tar
alias
cat
less
tail
wc
grep
sort
uniq
diff
echo
chown
chmod
umask
du
df
basename
dirname
ps
top
kill
killall
jobs
bg
fg
type
which
nohup
xargs
vim editor
emacs editor
nano editor
whoami
who
su
sudo
passwd
ping
traceroute
clear
history
export
crontab
uname
env
printenv
FEATURED POSTS
-
Segment Any Motion in Videos
https://github.com/nnanhuang/SegAnyMo
Overview of Our Pipeline. We take 2D tracks and depth maps generated by off-the-shelf models as input, which are then processed by a motion encoder to capture motion patterns, producing featured tracks. Next, we use tracks decoder that integrates DINO feature to decode the featured tracks by decoupling motion and semantic information and ultimately obtain the dynamic trajectories(a). Finally, using SAM2, we group dynamic tracks belonging to the same object and generate fine-grained moving object masks(b).