EfficientPose icon indicating copy to clipboard operation
EfficientPose copied to clipboard

Results 32 EfficientPose issues
Sort by recently updated
recently updated
newest added

Hi, thank you @ybkscht for the impelementation. It is clear and good documented. The problem that I have: I download a trained network whose link have been provided in ReadMe...

During training, I use --validation-image-save-path to save the predicted validation images. Such as ![2023-07-10 16-28-09 的屏幕截图](https://github.com/ybkscht/EfficientPose/assets/87483118/490d539e-7b44-4b98-809d-3a178bd58484) The model did a good job, however while I used inference_webcam.py to predict the...

@ybkscht , I wanted to know what will be the size of dataset after applying the color augmentation if 'n' is given as 2 in randaug.py example: I have created...

Hi! Thank you for your wonderful project! I was trying to train the model on the dataset provided in your README. I used the command: ``` python train.py --phi 0...

Hello Everyone. I am trying to run EfficientPose on RTX A4000 GPU, it works fine with GTX series but with higher CUDA versions, I guess tensorflow 1.15 is not sufficient....

Hi, I am a student and I want to use EfficientPose. I have been working on the 6th step of the installation process. Below is what I get after running...

I've checked the checkpoints folder, and .h5 file only updated in the begining epoch (like epoch 20...) Message in terminal showed that Epoch 00028: ADD did not improve from 1.00000...

Checking in after 3 years - what is the new work in this area? Any progress? btw, I'm still doing object pose estimation, but as it's a simpler problem (pallets...

Hi there! I've been running EfficientPose on my own datasets, and I have been trying both gray and rgb datasets separately to compare results. I have noticed however that I...

Use your model to detect your own objects, and there is a large deviation.Can you tell me the specific model and parameters of your camera?