RoyAn2386

Results 9 comments of RoyAn2386

Hi Everyone, Who's trying to install mmtracking. It's really complicated when we install it. I stuck with it for 1 week and then found out one easier way to install...

Hi Everyone, Who's trying to install mmtracking. It's really complicated when we install it. I stuck with it for 1 week and then found out one easier way to install...

Hi Everyone, Who's trying to install mmtracking. It's really complicated when we install it. I stuck with it for 1 week and then found out one easier way to install...

> hi,could you tell me how to make custom COCOVideo?what is the dataset structure,only jpgs of frame and json?or have snippe videos like vid? Hi guy, did you finish your...

If you still got error, try reducing your learning rate to 0.0001.

May be it help you. `import torch from mmdet.apis import init_detector import mmcv # Step 1: Set up the environment and load the model config_file = 'vfnet_r50_fpn_1x_coco_coast_guard_1_whole.py' checkpoint_file = 'epoch_20.pth'...

May be it can help someone. Run this 2 commands before training or inference: ------------------------------------------- export DISPLAY=:0 export QT_QPA_PLATFORM=offscreen -------------------------------------------

Hi man, I think you should prepare your label as instance mask (random color for each object), then use finding contour to get different boxes. T.T