|
|
(24 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | === checkout our codes === | + | ==Checkout our codes== |
− | mkdir ''yourdir''
| + | [[Checkout our codes]] |
| | | |
− | svn checkout file:///n/fs/officerec/SVNREP/ICCV09/ ''yourdir''
| + | ==Engineering related== |
| + | *[[Linux tips]] [[Linux problems]] |
| | | |
− | === linux tips ===
| + | *[[Python tips]] |
− | * Changing Default permissions when creating a new directory | |
− | umask u=rwx,g=rwx,o=
| |
− | * Set default group
| |
− | newgrp groupname
| |
− | Remark: this command will start a nested shell. If you want to use the command in a startup script like in .bashrc, to avoid
| |
− | infinite loop, you should put it in an "if" expression like this:
| |
− | if [ `id -gn` != "object3d" ]
| |
− | then
| |
− | newgrp object3d
| |
− | exit
| |
− | fi
| |
− | * Change default shell
| |
− | chsh -s /bin/bash haosu
| |
− | * I/O Redirection
| |
− | if you want to redirect both standard out and standard error, you can use: 1>out 2>&1, where out is a filename, 1 stands for
| |
− | STDOUT, and 2 for STDERR
| |
| | | |
− | === python tips ===
| + | *[[Matlab tips]] |
| | | |
− | === matlab tips === | + | ==Related work== |
| + | * [[Paper]] |
| | | |
− | === useful tools === | + | ==Useful tools== |
− | [[Using Chirstophor Lampert's Efficient Sliding Window Codes]] | + | *[[Christopher Lampert's Efficient Sliding Window Codes]] |
| + | *[[SVM]] |
| | | |
− | === project work flow === | + | ==Video== |
− | [[work flow]] | + | *[[Video capturing]] |
| + | |
| + | *[[Video Data Processing]] |
| + | |
| + | ==[[Data Annotation]]== |
| + | |
| + | ==[[Project work flow]]== |