Akash Goyal
Akash Goyal
**Below is the content of jni/Application.mk** APP_MODULES := liblept APP_ABI := ALL APP_OPTIM := release APP_PLATFORM = android-8 APP_STL := gnustl_static APP_CPPFLAGS += -fexceptions -frtti -ffat-lto-objects NDK_TOOLCHAIN_VERSION := 4.9 **Below...
Hi NVlabs Can you please explain the dataset arrangement. **1).** The folders name TrainA - TrainB - TestA - TestB. What type of images are we supposed to place. **2).**...
Hi @Erkaman Some structures from `Eigen` source are used. ``` typedef Eigen::SparseMatrix SpMat; typedef Eigen::Triplet Triplet; typedef Eigen::VectorXd Vec; Eigen::SimplicialCholesky solver; .. Vec solutionChannels[3]; Vec b(numUnknowns); ``` How to free...
Hi @StevenLiuWen @piaozhx @ak9250 I followed the exact steps mentioned in README.md On running it runs into "ImportError: No module named cuda.load_textures" ``` akash@my-open-source-machine:~/impersonator$ python demo_swap.py Traceback (most recent call...
Hi @zavolokas I am able to test the project and results are really good. Is there a Java or C/C++ or Python version of the project available Thanks Akash
Hi @AliaksandrSiarohin Is it possible to attain output of 512x512, by retraining using vox256 checkpoint file ? Please suggest what can be done for 512x512 output. Thanks
@sadeepj @bittnt Is it possible to process multiple images simultaneously via Multithreading. **Can you please suggest - the required changes to be made for this.** Thanks Akash
Hi @SummitKwan Thanks for setting up the kaggle demo of your project. The project is just awesome & works great with the random images. I see that the 'Gs' parameter...
Hi @surahul Is there a faster version of this implementation. OR What is the way to speedup the processing ? Thanks
Hi @anopara The program takes too long at line `out = gen.generate(100, 20)` Is there a way to reduce the processing time apart from reducing the number of iterations ?