-
## Adding a Dataset
- **Name:** Biwi Kinect Head Pose Database
- **Description:** Over 15K images of 20 people recorded with a Kinect while turning their heads around freely. For each frame, depth a…
-
Hi,
Thanks for this amazing work. I am really interested in your work. I just want to test your network on the 2 test dataset (AFLW2000 and BIWI).
I am wondering that why you provide two .pth files…
-
If I set Model = 'rev_rec_plus'in trai.py (line 64), the results is not good as Model = 'rev_rec'. Do I need to modify other parameters, like pre_task = 'rev_rec' in trai.py (line 65)? Thanks a lot.
-
When calling `get_obs` with a current scene timestamp without any agent, the code throws an error.
If `self.agents` is empty, then `agent_data_list` will be empty to:
https://github.com/nvr-avg/t…
-
Hi there!
After the discussion between me and @MeiliMa in [cocoon2wong/Vertival#1]( https://github.com/cocoon2wong/Vertical/issues/1#) we found that there are two main different versions of ETH-eth…
-
-
@thohemp hello,
python convert.py 6DRepNet_300W_LP_BIWI.pth 6DRepNet_300W_LP_BIWI_depoly.pth
errors:
File "convert.py", line 35, in convert
load_filtered_state_dict(model, saved_state…
-
hi, I'm wondering if the results of this work can be retargeted to other models.
-
Hi everyone!
As explained [here](https://www.krakend.io/docs/endpoints/debug-endpoint/), I should be able to see information relative to the headers in the logs, if I prepend `__debug` to the backe…
-
我在尝试使用BIWI和AFLW数据集按照此提出的代码进行训练时,需要提取bbox文件,但是下载的数据集没有,想请问是怎么把它转换为类似300W_LP或者AFLW2000数据集那样可以直接采用此代码调用。盼回复,谢谢。