Тёмный
Derek Au
Derek Au
Derek Au
Подписаться
Комментарии
@muhammadmudasar1866
@muhammadmudasar1866 16 часов назад
i have rtx 3060 GPU, which supports cuda 11.x , i am currently facing issue relating to compatibility imports . (i.e Pytorch3d (from versions : None ; cuda version & AttributeError: module 'numpy' has no attribute 'int'.) how to resolve it ?
@wtongtube
@wtongtube 4 месяца назад
Always get this following error when running net = PoseEstimationWithMobileNet (RuntimeError Traceback (most recent call last) <ipython-input-10-736a0682666b> in <cell line: 5>() 3 load_state(net, checkpoint) 4 ----> 5 get_rect(net.cuda(), [image_path], 512) Need some help please. Thankyou
@sajithavijay6686
@sajithavijay6686 4 месяца назад
We can rige this ?
@Encumberedemotions
@Encumberedemotions 5 месяцев назад
This shit is slow and didn't work
@johanneszwilling
@johanneszwilling 5 месяцев назад
Works now IF you fix the numpy issues. I had two with np.int and np.bool (/lib/sdf.py)
@destroyer7827
@destroyer7827 Месяц назад
what did u change exactly?
@rauchu5861
@rauchu5861 5 месяцев назад
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-17-736a0682666b> in <cell line: 5>() 3 load_state(net, checkpoint) 4 ----> 5 get_rect(net.cuda(), [image_path], 512) 1 frames /usr/local/lib/python3.10/dist-packages/numpy/__init__.py in __getattr__(attr) 317 318 if attr in __former_attrs__: --> 319 raise AttributeError(__former_attrs__[attr]) 320 321 if attr == 'testing': AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: numpy.org/devdocs/release/1.20.0-notes.html#deprecations
@user-kz5pz2zi3q
@user-kz5pz2zi3q 6 месяцев назад
How to add movements to the 3d model
@user-kz5pz2zi3q
@user-kz5pz2zi3q 6 месяцев назад
I need to know how to add movement to the 3d model .. i need it for sign language project
@avantgaarden
@avantgaarden 7 месяцев назад
how does it work with non-human figures?
@derekau533
@derekau533 7 месяцев назад
this model is specifically for images of people. you can try another model like ZoeDepth huggingface.co/spaces/shariqfarooq/ZoeDepth
@avantgaarden
@avantgaarden 7 месяцев назад
thanks a ton this is helpful@@derekau533
@noodlesmarsden
@noodlesmarsden 7 месяцев назад
I'm slightly late to the party but what happens when I have no files in results but followed every step you did?
@koushikvallam9277
@koushikvallam9277 9 месяцев назад
I'm getting an error as "No distributions found for pytorch3d" after running pytorch3d line
@user-ks9hb2zw3t
@user-ks9hb2zw3t 9 месяцев назад
not enough values to unpack
@kanall103
@kanall103 10 месяцев назад
so what???
@DanFrederiksen
@DanFrederiksen 11 месяцев назад
it does make sense that a human shape is a fairly narrow expression space so it should actually be a fairly easy task. I would think it's vastly simpler than what midjourney does for instance. it should be quite possible to make 3D models with as good fidelity as our minds can. essentially perfect
@DanFrederiksen
@DanFrederiksen 11 месяцев назад
doesn't it include textures?
@moses5407
@moses5407 Год назад
Can circumferential and other measures be pulled from this directly ... Or is it via blender in some way?
@CyberPodMark2
@CyberPodMark2 Год назад
Will it work for 3d cartoon characters model from the picture?
@RuubRoyce
@RuubRoyce Год назад
You only have a front faced picture to work with, yet this "AI" protocol struggled to determine which way was front?!
@tomasalmiron1487
@tomasalmiron1487 Год назад
"recon" is empty. :(
@Vishulash
@Vishulash 11 месяцев назад
Same problem bro... Did you find solution???
@ginnieware1633
@ginnieware1633 Год назад
3 times I have tried this and 3 times failed apparently the link above gives me a figure that is already in the system and no instructions on how to clear the field.
@krishnaram8433
@krishnaram8433 Год назад
thanks you very much.
@MrNutmegdesigns
@MrNutmegdesigns Год назад
Is this only for people or can it be of object as well?
@seekerandroses
@seekerandroses Год назад
hey is this no longer working?
@alizee3687
@alizee3687 Год назад
Wao... fantastic I even run into one issue. Part of my image exploded in 3D transformation but everything was available in one frame i.e. leg was few cm away from main body and stomach was ripped open. I think it's because I choose low resolution image. Other then that all went fine
@PambanSwamigalArul
@PambanSwamigalArul Год назад
Thanks a lot for the detailed tutorial
@user-dq9uq6xl5d
@user-dq9uq6xl5d Год назад
hi, I noticed that the pre-trained model is not available now
@vvortex157
@vvortex157 Год назад
damn, that statue can become a creepy monster for a game
@jcoast1
@jcoast1 Год назад
ERROR: Could not find a version that satisfies the requirement pytorch3d (from versions: none) ERROR: No matching distribution found for pytorch3d crap...dislike
@chemonized
@chemonized Год назад
this doesn't work anymore, getting errors in your rendering section "could not find a version that satisfies the requirement" and on the Run PiFuHD section it gives this error: error cannot marching cubes cannot unpack non-iterable int object
@derekau533
@derekau533 Год назад
I have just updated the colab with fixes. Some libraries needed to be updated. Thanks for letting me know!
@chemonized
@chemonized Год назад
@@derekau533 man that's amazing so fast you updated it! Works great now! Thank you! Side question, it says maximum 60kb image, but can you run a higher resolution if you are making it use your own machine ?
@derekau533
@derekau533 Год назад
@@chemonized Yes, I think so.. bigger images just require more memory. You can try, then scale down if out of memory error occurs. Please remember this software is three years old now, which is ancient! The models are not super detailed. I'm sure there are better alternatives available now.
@tiberiusgrozav1438
@tiberiusgrozav1438 Год назад
Hi there. Cool video but i get following error when running PIFuHD: "error cannot marching cubes cannot unpack non-iterable int object" As output in results/recon i only have the .png file and not the .obj file. The input file was under 60Kb as you said. What am I doing wrong?
@DR-to5hb
@DR-to5hb Год назад
I also am only getting the png in output. Errors began in the render cell, and the two suggested options in that cell do not work for me.
@derekau533
@derekau533 Год назад
I just updated the colab with a fix, thanks for letting me know!
@sairajshinde5269
@sairajshinde5269 Год назад
it is not able to create obj file ,it is showing only the image .can someone help me with the issue plzz
@derekau533
@derekau533 Год назад
Just put in a fix in the colab, thanks for letting me know!
@Raksasa187
@Raksasa187 Год назад
amazing and super handy for background characters!! Thank you so much for the clear tutorial
@velsein
@velsein Год назад
doesn't work :/
@belkaosef7298
@belkaosef7298 Год назад
getting to the point direcly ! thanks a lot man !
@darkfantom5757
@darkfantom5757 Год назад
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. torchvision 0.14.0+cu116 requires torch==1.13.0, but you have torch 1.6.0+cu101 which is incompatible. torchtext 0.14.0 requires torch==1.13.0, but you have torch 1.6.0+cu101 which is incompatible. torchaudio 0.13.0+cu116 requires torch==1.13.0, but you have torch 1.6.0+cu101 which is incompatible. fastai 2.7.10 requires torch<1.14,>=1.7, but you have torch 1.6.0+cu101 which is incompatible.
@darkfantom5757
@darkfantom5757 Год назад
i do all by guide and model is broken
@JohnPaulBuce
@JohnPaulBuce Год назад
ded link bro
@wendeng6279
@wendeng6279 Год назад
At the last step, I got error message: valueerror not enough values to unpack( expected 4, got 0), anybody have the same problem? thanks.
@ramgladore
@ramgladore Год назад
Kinda sorta worked for me but it still looked janky. Maybe the image I used too low rez.
@Padma226
@Padma226 Год назад
i am receiving NameError: name 'image_path' is not defined
@gozearbus1584
@gozearbus1584 Год назад
Yeah but the result is horrendous, so it's just an experiment
@karubrandao
@karubrandao Год назад
I'm trying to learn about ICON (implicit clothed humans obtained from normals) and Nvidia's nerf. Could you please try to do a tutorial (with texture) about these 2 because it seems they are the best till now for this purpose. Thank you!
@daiesison
@daiesison Год назад
How do you run StyleSDF with your own images? On the collab it just runs with its own images.
@SkyShazad
@SkyShazad Год назад
This is an Awesome Video my Dude.. My question is, When its done , and ive downloaded my model etc , and now i want to try the Process again do i need to start the whole process again??? as thats what im doing
@brushrunner
@brushrunner 2 года назад
Is there any version of this for the textures?
@larrylurex86
@larrylurex86 2 года назад
Tip: Instead of posting only how it works and how it looks the whole process it would be much more usefull to show what requirements are needed and how to set all the dependencies required by colab or to get the process working at least! If you don't do that it's just a random video about something that probably it works only for you and few other users but if you want to get much more attention you should add all the settings that make this process working! Cheers.
@amankhan6552
@amankhan6552 2 года назад
I get this error when i run pifuhd ValueError: not enough values to unpack (expected 4, got 0)
@hiksms
@hiksms Год назад
same
@huytruong31127
@huytruong31127 2 года назад
If i want create table or chair 3D, can I do with this model?
@ruchalian
@ruchalian 2 года назад
creepy AI can make in a second at the same time if this helpful in the future for medical it would be great overall what i think today was very interesting i wanna try this.
@samchaw7837
@samchaw7837 2 года назад
i couldnt figure out , i am following all the instructions as you mentioned but my object files comes in sharttered pieces, not as one invidiual object, can you tell why its happening like that, thanks in advance
@rajeevprabhu6722
@rajeevprabhu6722 2 года назад
You made a mistake by uploading a jpg pic. Process and upload a png or psd one with a trasperant background.