asgardian

Results 4 issues of asgardian

Hi , I am using the below code. import torch import torch.nn as nn import torch.nn.functional as F from pthflops import count_ops import torchvision class BasicConv2d(nn.Module): def __init__(self, in_channels, out_channels,...

Hi, I was trying to recreate the example script for rendering.I am not getting color in the rendered image.Can you please give some insights on how to solve this? ![image](https://github.com/mmatl/pyrender/assets/54659792/918e7db7-7336-41fa-b954-c562e44c86db)...

I was trying to load a .obj file using load_obj() function of pytorch3d.I am getting the below error.Can you please advice on how to solve this? Traceback (most recent call...

Hi, Thanks for this wonderful repo. While training the model with this command 'python3 train.py --phi 0 --weights /home/priyalakshmip/pose_est_efficientpose/EfficientPose/COCO/efficientdet-d0.h5 linemod /home/priyalakshmip/pose_est_efficientpose/Linemod_preprocessed/ --object-id 4' I am receiving nan in loss and...