LiuDongdong

爱好由来落笔难,一诗千改心始安。

TimeMeasure

1. System.currentTimeMillis public class TimeIntervalTest { public static void main(String[] args) throws InterruptedException { // 开始时间 long stime = System.currentTimeMillis(); // 执行时间(1s) Thread.sleep(1000); // 结束时间 long etime = System.currentTimeMillis(); // 计算执行时间 System.out.printf(

LogicPaper

1. PaperReading&Writing Abstraction 要做什么事情,这件事情在什么样的场景下有什么样的意义; 采用了什么样的技术路线,解决了什么样的问题,和这个问题相关的解决方法有什么不同;

EIT

生物电阻抗断层成像(Electrical Impedance Tomography,EIT)技术是一种新型医学功能成像技术,它的原理是在人体表面电极上施加一微弱

HumanPosePaper

Zhang S, Zhang Y, Bogo F, et al. Learning motion priors for 4d human body capture in 3d scenes[C]//Proceedings of the IEEE/CVF International Conference on Computer Vision. 2021: 11343-11353. [pdf] [code] Paper: LEMO Summary a marker-based motion smoothness prior and a contact-aware motion infillter wihcih is fine-tuned per-instance in a self-supervised fashion. a novel marker-based moiton smoothness prior that encodes the whole-body motion in a learned latent space, which can
0%