Anton Agafonov

Results 11 issues of Anton Agafonov

Hi, I am performing a sweep and creating the random names of experiments inside the training loop, the problem is, that I cannot update the name inside wandb.config ![image](https://user-images.githubusercontent.com/63194980/181207222-b781e437-a70f-48a1-b311-52d4b222915a.png)

Hi @otaheri, Firstly, I'd like to commend the exceptional work by Michel Black's group, specifically this one; I'm genuinely impressed by its utility and innovation. I'm currently focused on generating...

Hi, While running grab_new_objects.py encountering following issue: python grabnet/tests/grab_new_objects.py --obj-path contact_meshes/camera.ply --rhm-path mano_v1_2/ 2022-10-19 16:56:41,969 - root - INFO - Restored CoarseNet model from grabnet/models/coarsenet.pt 2022-10-19 16:56:41,975 - root -...

Hello, I am wondering if TetWild can perform an exact mapping from input surfaces to the output mesh surface, like a constraint. Thanks

Hello, I'm encountering an issue with the units in my simulation and could use some assistance in pinpointing the problem. My 3D mesh is scaled in meters, and based on...

bug

Hi, Just to make sure. Are units for E Pascals, for Force Newton, and for displacement meters? Thanks AA

enhancement

Hi, I am trying to run pre-trained model on BSDS dataset and getting this error when running python tools/test.py : KeyError: 'BSDSDataset is not in the dataset registry'. What do...

Hi, Can somebody help me out, please? If I want to render a custom UV map on top of SMPL body, how can I do it based on this paper's...

Attached terminal log: [2023-01-25 16:19:47.445] [polyfem] [info] simplex_count: 3843 [2023-01-25 16:19:47.445] [polyfem] [info] regular_count: 0 [2023-01-25 16:19:47.445] [polyfem] [info] regular_boundary_count: 0 [2023-01-25 16:19:47.445] [polyfem] [info] simple_singular_count: 0 [2023-01-25 16:19:47.445] [polyfem]...

Hi, After defining pythonian problem, could all the definitions be exported in .json format to run from the command line? Thanks