iariav

Results 9 issues of iariav

Hi, first of all thanks for the awesome work. i'm trying ti utilize your work to a more complicated model (xception). in this model there are conv layers with groups...

Hi, thank you so much for this implementation. i tried running the training on VOC exactly according to the steps you mentioned and the model is training but i get...

Hi, thank you for sharing this implementation. do you plan on adding support for the identity mapping loss as described in the original paper? thanks

Hi, I try training on my own dataset (for images which are not square) but when TF tries to calculate the discriminator "error_fake" for some reason I get that the...

Hi, First of all, thank you for making this awesome work public. really really impressive work. My main interest is to estimate a camera's trajectory **in an "online" manner.** From...

Hi, first, thanks for this implementation of WaveNet! I'm interested in performing feature extraction from raw audio files. this features will be used for different tasks such as voice activity...

Hi, when training a DepthFormerModel, in the process_stereo function https://github.com/TRI-ML/vidar/blob/a306e23cc47ae05a0c35b0bf8acf7112c87c049c/vidar/arch/models/depth/DepthFormerModel.py#L64 it fails if there is no 'pose' in the batch. is it designed to work only with datasets with pose...

Hi, i was wondering if it is possible to use this repository in order to render the simulations as you show in your blog (better looking characters, obstacles, floors, etc.)?...

First, thank you for sharing this awesome work. looks amazing! just trying to understand what is the output of your process - is it a point cloud? a mesh? just...