Closed chenmingTHU closed 2 years ago
Why do you think there are two discretizations? There is only one
Why do you think there are two discretizations? There is only one
In MPI_INF_3DHP, the joint_img[:, 2] is discretized, then the joint_img is sent to process_db_coord function. In process_db_coord function (line 186), the joint_img[:, 2] is discretized again?
Oh.. that is a bug.. Thanks for letting me know and let me update codes now
I've updated codes. You can just delete that line in preprocessing.py
I've updated codes. You can just delete that line in preprocessing.py
Thanks for replying :)
Hi mks0601, I find that the function process_db_coord in preprocessing.py discretizes the root-relative depth channel of joint_img: while the discretization is also conducted in each dataset (e.g., MPI_INF_3DHP): Is it necessary to conduct the discretization process twice? thx~