BCNet icon indicating copy to clipboard operation
BCNet copied to clipboard

Visualizaiton result is pretty bad.

Open willpat1213 opened this issue 2 years ago • 2 comments

The problem of the previous issue has not been resolved. I took a look at the config and code of this repo, which also uses fcos, but it seems that it does not match the weight model you provided. Is it because the version of D2 is different or the implementation is different?

The details of the visualization process are shown in the figure: image

The infer.sh:

CUDA_VISIBLE_DEVICES=0 python3 demo/demo.py --config-file configs/fcos/fcos_imprv_R_101_FPN.yaml \
  --input ./demo/test_img/ \
  --output ./demo/result_img/ \
  --opts MODEL.WEIGHTS ./pretrained_models/model_final_beta.pth

willpat1213 avatar Jan 10 '23 02:01 willpat1213

That's strange. Are you following the installation steps here?

lkeab avatar Feb 09 '23 19:02 lkeab

I have same problem. I tried installation, testing, some GPUs, etc, but couldn't do it.

hiiro0420 avatar Apr 04 '23 05:04 hiiro0420