Jie Wang

Results 6 issues of Jie Wang

增加了两个简单的文件方便使用demo_track.py 对videos/ 内的所有视频处理,目前支持mov格式,仅需替换为.mp4等对应格式即可轻松处理多个视频。 ./run_tracking.sh 执行批处理的bashfile ./tools/post_rename.py 一个简单的运行后重命名的程序,方便对如JAAD数据集的大批量视频重命名操作 ./models/.placeholder 增加一个官方的位置用于提示使用者放置参数 相信这个不影响其他函数的bash file可以有助于大家的科研 Batch processing adds two simple files to facilitate the use of demo_track.py for all video processing within videos/, currently...

Amazing! You achieve one small demo within 900 LOC

As it can be seemed here: ```bash root@tony:~/449_RMOT/exps/default$ ls checkpoint0099.pth root@tony:~/449_RMOT/exps/default$ cdd root@tony:~/449_RMOT$ sh configs/r50_rmot_test.sh Training with Extra Self Attention in Every Decoder. Training with Self-Cross Attention. Namespace(accurate_ratio=False, append_crowd=False, aux_loss=True,...

Hi there, thanks for open source this wonderful project, I wonder who is supporting it, i.e. which company / organization. The slides and readme style is fantastic. Are you a...

Hi there! Thank you so much for this inspiring work on kPAM. As I explore recent advances in keypoint-based robotic manipulation, such as ReKep and RoboPoint, I find your work...

Hi! Here is Tony from GRASP Lab@UPenn. When we are evaluating the pi0, we notice current implementation of examples/droid/main.py for pi0 only records frames at policy inference intervals. This results...