joonjeon

Results 11 issues of joonjeon

Hi! Provided that I correctly understood from the prototxt definitions of Waymo (Perception) Dataset, each of the 2D object labels within a camera image has its corresponding 3D object label...

Hi! Besides pretrained models with RGBD modality, could you upload the pretrained model with depth-only modality? Thanks in advance.

I tried to run `run_expose.sh` for evaluating performance of ExPose after setting up necessary files. However, the error message shows up that `gt_keyps.npz` is missing. Where can I get the...

Hi. I am trying to run PIXIE on Jetson TX but the speed is too slow...(about 0.5~0.6 seconds per frame) Note that ExPose, the other model for comparison, seems to...

Hi! I am trying to ensemble two YOLOv9-E models but error occurs as follows: ``` YOLO 🚀 v0.1-60-g4cf2226 Python-3.9.18 torch-2.2.0+cu118 CUDA:0 (NVIDIA RTX A6000, 48677MiB) Fusing layers... yolov9-e summary: 839...

Hi! I am a student interested in deep nets (especially ResNet). I would like to train and test out the Caffe implementation of ResNet-34. Just in case, do you have...

Hi! I attempted to run the following: ``` evaluate_agora --pred_path ~/data/EHF/meshes_aligned/ --result_savePath results/ --imgFolder ~/data/EHF/images/ --modelFolder ./data/models/smplx/ ``` However, this runs into the error as follows: ``` Traceback (most recent...

Hi! I am trying to have a look at the TensorFlow implementation of NFNet, and somehow got to fix the reference-before-assignment issue with some help from @prateekkrjain. However, when I...

Hi! I am trying to verify the accuracy and performance of this model. At the dataset preparation stage, I am having trouble with the StopIteration error. I have no idea...

Is there a webcam version of this MotionBERT model? I would like to have it work in real-time on webcam image inputs. :)