Yuxuan (Tim) Zhang

Results 7 comments of Yuxuan (Tim) Zhang
trafficstars

Hi Hyung-gun, Thanks for reaching out and recommending these resources, they look great! If you could create a pull request, I'll merge it in. Good work! Tim On Wed, Jul...

Hi, I know in 3Ds Max you can bundle geometries into groups and assign them with an ID, which can be rendered using, for example, VRay's render element on `Object...

Thanks for the feedback. The icon is searchable if you copy and paste it to the search bar. As far as the icons, they are intentionally chosen with the following...

This code was implemented with Tensorflow 1.1, check your TF version and see if they match. If not, there might be minor adjustment need to be made in order to...

The generator structure should work fine. For how long your have trained the model? Usually the generated data looks randomly scattered in the 3D space in the first few epochs.

64 means there are 64 chairs in this training batch. `The train samples that generated during training are [64,32,32,32] arrays. I am confused about it. Should it be [64,64,64] array...

I my case, I had 988 instances in `train_chairs`; In your case, looks like you only have 851968/32/32/32 = 26 instances. So change it to `train_chairs=train_chairs.reshape([26,32,32,32,1])`.