ATARA | web3 technologist | vfx(@atara_xyz) 's Twitter Profileg
ATARA | web3 technologist | vfx

@atara_xyz

señorCreativeTechnologist; web3Evange1|st; metaverseCreative; computationalDesigner; virtualẞtoryte||er; mach|neL3arner; academyAwardWinner; pr0ceduralN3rd;

ID:827857026

linkhttps://linktr.ee/atara_xyz calendar_today16-09-2012 22:34:12

2,3K Tweets

3,4K Followers

904 Following

ATARA | web3 technologist | vfx(@atara_xyz) 's Twitter Profile Photo

On this we have two weeks to go till 2/22/22
To celebrate the number two here is the actual CODE of the Serene Animo Collection. That small set of characters creates a beautiful collection. art art #

On this #TWOsday we have two weeks to go till 2/22/22 To celebrate the number two here is the actual CODE of the Serene Animo Collection. That small set of characters creates a beautiful collection. #codeart #code #art #nftart #nft #collection #
account_circle
ATARA | web3 technologist | vfx(@atara_xyz) 's Twitter Profile Photo

He,y fam! So excited to share my latest piece 'Hyper real metacatwalkl' showcasing AI generative art for the fashion industry!
nvidia.com/en-us/research…
We also made it into the NVIDIA AI Developer art gallery!
Framestore FIALondon

account_circle
Jeff The Artist(@JeffTheArtist_) 's Twitter Profile Photo

def upgrade_system(name):
print(f'Starting {name} upgrade...')
os.system('apt-get update')
os.system('apt-get upgrade -y')
print(f'{name} upgrade complete.')

upgrade_system('Jeff 2023')

def upgrade_system(name): print(f'Starting {name} upgrade...') os.system('apt-get update') os.system('apt-get upgrade -y') print(f'{name} upgrade complete.') upgrade_system('Jeff 2023')
account_circle
Laan Labs(@laanlabs) 's Twitter Profile Photo

Used NeRF to make a 'Bullet Time' effect for a friend's wedding.
We set up 15 iPhones to capture slow-motion video, then used NVIDIA AI Developer Instant-NGP to train a bunch of NeRFs on the frames.
..need to work on improving the quality / resolution a bit more.

account_circle
citysynth(@citysynthai) 's Twitter Profile Photo

3D reconstruction with meshes, depth and neural render of Barcelona, Spain.
Captured with 300 images from an Android phone.

account_circle
Jeff The Artist(@JeffTheArtist_) 's Twitter Profile Photo

class CommunityCanvas:
def __init__(self, prompts):
self.prompts = prompts

def sortPrompts(self):
self.prompts = sorted(self.prompts)

def processPrompts(self):
processed_prompts = []
for prompt in self.prompts:

account_circle