sdimantsd

Results 23 comments of sdimantsd

@jinfagang Now the masks are OK and the training not crash. But it's only display the images and not start training

If I change the line in solov2.py from: ` im = visualize_det_cv2_part(im, None, clss, bboxes, is_show=True) ` to ` im = visualize_det_cv2_part(im, None, clss, bboxes, is_show=False) ` (changed to: is_show=False)...

Hi @jinfagang Thanks! It look like the GT are good. and the training started. I will let you know if the overfitting works. Thanks

Hi @jinfagang I am try to overfitting SoloV2. but it's not working. I changed the dataset to a custom dataset and only 3 labels (car, bus, truck). Those are the...

@ar90n @HariharanJ9779 What was the FPS on CPU? With which CPU your used? Thanks!

@jerpint @bond9779 Thx!

Hi @dbolya thanks for you'r answer! I'm not sure I understood you, Can you please expand?

> @ridasalam I convert it to pure tensorflow and it const about 400~500ms on i5 cpu。 > On GPU,pytorch and tensorflow cost time are almost equal. Can you share the...

Hi @ausk , Did you succeed in converting the weights to ONNX?