DeeDive

Results 8 issues of DeeDive

Dear author, It seems that you put three colors - red, blue, and green in both the seen and unseen splits. Could you explain your intention for doing that? I...

https://github.com/singaxiong/SignalGraph/blob/e86d973556ae8796a05ee2adbd665f47c8525a21/signal/phase/modified_group_delay_feature.m#L52 I'm confused with this 1:30, how does it works and why 30? Thanks.

Dear authors, Thank you for this work! Could you please address a question that confuses me? I notice that the gfootball env terminates at a maximum of 400 steps as...

Dear author! Thank you for this great work! I am wondering that is it possible to add access control to the WebDAV? Then we could safely deploy it on a...

which is a commonly-used channel for ROS system

Hello authors, I notice the code here, the base_lin_vel and base_ang_vel is calculated from quat_rotate_inverse; but the projected gravity is from quat_rotate; ` base_ang_vel = quat_rotate_inverse(torso_rotation, ang_velocity) * self.ang_vel_scale projected_gravity...