DeepLearning FTW

Results 7 issues of DeepLearning FTW

I'm running the UperNet-Swin model with a custom binary dataset. The first training steps proceed well and then when the validation step kicks in this is the error message that...

Hi, I have a DeepLab 2 TensorFlow checkpoint that I want to convert to ONNX. The conversion to saved_model seems to be buggy so I was wondering whether there's a...

pending on user response

Hi, I trained a model with a custom dataset, the bbox seems pretty solid. I was wondering how can I get the instance mask? I looked at the inference notebook...

Hi, I've been trying to finetune the PP-HumanSeg General Human Segmentation model with annotated images. I'm using the PP-HumanSegV1-Server yml file and retrained model. First, there seems to be two...

bug

Hi, I've been having this issue on multiple machines, when I start training a model (custom dataset), the training would just hang in the middle, without any error. It just...

I trained a Motion Deeplab using the MOTChallenge according to the instructions. The training process seems to have run fine (sidenote: is it reasonable that I could only use batch...

I'm training a binary semantic segmentation model using the PIDnet architecture. I'm not sure why, but even though I only have 0s and 1s, my model output is still int64....