Wei Yang

Results 15 issues of Wei Yang

Hi @jsll , I found the VAE results are pretty weird compared with the GAN results. Here are the examples: ```shell python -m demo.main --generate_dense_grasps --num_grasp_samples 20 --grasp_sampler_folder checkpoints/vae_pretrained/ ```...

I see that `letterbox_image` are used in both `detect.py` and `video_demo.py`. But in the `cam_demo.py`, images are simply resized without keeping the aspect ratio. Anybody knows the reason? Thanks!

It might be a bit irrelevant but is there a 3D mesh model of the Azure Kinect available? Thanks!

enhancement
help wanted

Thanks for this amazing library. I was wondering for large datasets with millions of images, would it make sense to cache in a single file (e.g., HDF5) instead of creating...

enhancement

Hi, Thanks for the code. I notice that in the original code, the weights of C are shared, as in https://github.com/facebook/MemNN/blob/946c4784b59dcf053bbbbb9637d6814bc152c276/MemN2N-lang-model/model.lua#L67-L74 However, I cannot find the weight sharing part in...

Hi, I notice that `valid-example.h5` is better than `valid-ours.h5`. Would you please tell me the difference between these two results? Thank you.

Thanks for sharing your code! I wrote a [pytorch version of hourglass network](https://github.com/bearpaw/pytorch-pose). Hope this could be helpful for who are not familiar with Torch. Many codes for data processing...

类似biture主题的dropdown menu这样的? 这样的话对网站组织会很有帮助. 参考: http://kywk.github.io/hexo-theme-biture/

feature