Weekly Recap
- End-to-End Style Transfer Tutorial
- Working With the Blender Python API
- Learning About Freelancing
- Links of the Week
End-to-End Style Transfer Tutorial
As I noted in my latest experiment log, I decided to cut the video style transfer model from the end-to-end tutorial. Instead I’ve been modifying the fast_neural_style
model in an effort to improve output quality and increase inference speed. If nothing else, the framerate will be higher than in my basic style transfer tutorial.
Working With the Blender Python API
I tried following a couple basic motion graphic tutorials for Blender using only the Python API. I thought they would be fun little exercises to get more familiar with the API. It took quite a bit longer this way as I had to look up basically every single step. Fortunately, it was easy enough to track down answers online.
Shape-Key Motion Graphic Loading Icon in Blender 2.9 Eevee - Tutorial
Triangle Motion Graphic Animation - Blender 2.9 Eevee Tutorial
Figuring out how to add shader nodes to materials was a bit of a pain. I didn’t realize that the names for the nodes were different than what gets displayed in the UI. For example, an Emission
node is actually called ShaderNodeEmission
. Unlike basically everything else, the Python tooltips did not indicate that. I also learned that you need to manually link new shaders to the material. I’ll probably make separate posts going through the code after I clean it up.
Learning About Freelancing
I spent some time learning about what goes into running a freelance business. I watched the 3-hour guide provided by FreeCodeCamp (link). Turns out there is a lot that goes into running a freelance business if you want to do it properly. I recommend checking out the guide if your curious about freelancing. It’s targeted towards web developers, but a lot of the information if relevant to freelancing in general.
Links of the Week
ML Learner’s Digest
Radek Osmulski knows a thing or two about learning machine learning. He learned out how to program and do deep learning using online resources and is now the AI Research Engineering Lead at the Earth Species Project. He recently started a newsletter that focuses on how to get better at machine learning. I also recommend checking out his Hacker Noon post, Going From Not Being Able to Code to Deep Learning Hero.
MetaHumans
The number of reasons for me to learn Unreal Engine keeps increasing. Unreal Engine showed off their new MetaHuman Creator tool that should allow users to create photorealistic humans in a fraction of the time. They claim it can be done in a matter of minutes. The digital humans will be fully rigged and include hair and clothing. This could be huge for generating synthetic datasets involving humans. I’m curious if there will be an API for interacting with the tool to help automate the process of generating random humans. The tool isn’t publicly available but there is currently a sample project available (link). It includes to complete digital humans generated using MetaHuman Creator.
It seems like the tool will be cloud-streamed only which is a bit unfortunate. I’d prefer to have the option to run it locally when possible. However, you apparently get the source data in the form of a Maya file that includes meshes, skeleton, facial rig, animation controls, and materials.
You can check out a walkthrough of the controls for the facial rig included with MetaHumans on the Unreal Engine YouTube channel (link).
Pytorch to fastai, Bridging the Gap
A blog post by Zachary Mueller on understanding how to incorporate regular PyTorch code into a workflow with the fastai library.
Python Concurrency: The Tricky Bits
A blog post by Hamel Husain that explores threads, processes, and coroutines in Python. That reminds me, I need to see how Blender behaves with concurrency when using the Python API.
JarvisCloud
This is a 1-click GPU cloud platform, I saw recommended on Twitter. I supports PyTorch, Fastai, and TensorFlow and the user just needs to select the desired specs. The interface is about as simple as it can get the prices seem reasonable.