Zhenyu Tang

Results 10 issues of Zhenyu Tang

The preprocess (as well as converter) basically iterates and extracts features for each file independently. This can be easily multi-threaded with python on a multi-core machine or bigger clusters and...

Hi, Thank you for releasing this dataset. I've signed the consent form and can download the data. According your description, I expect there should be "semantic.obj (optional)" for some scenes...

I needed these APIs to evaluate acoustic metrics from signals directly rather than from files on the disk. This change does not change the behavior of original APIs. Sharing this...

This behavior is only active when `collect_faces==True`. This flag indicates that the user is interested in playing with faces at the cost of additional memory. This change allows people to...

Hi it's me again. I have compiled the latest (Beta ver) meshlab from the source repo. After that I resolved most filter bugs. Now I guess the only remaining problem...

Hi authors, Thank you for sharing your great work! I mainly work on geometric acoustics and find your work very promising for follow-up research. I can compile and run the...

Thank you for integrating the modal sound code and posting this repo! I have one question regarding this file https://github.com/ztzhang/SoundSynth/blob/master/file_generator/ev_generator60.m According to matlab's documentation, `[V, D] = eigs(K,M,num+shift,'sm')` should give...

Nice work! I was about to use this handy tool until I realize my problem was even trickier. I'm dealing with a very large (TB scale) WebDataset, which also inherits...

Nice repo! Very useful for my long running parpool job. One minor suggestion would be to specify the minimum version of Matlab for this to work, which I believe is...

I just started using WaveWriter to write multi-channel data, and the output wav files can be read by Matlab and Audacity, as well as recognized by sox. But when loading...