huawei-noah / Efficient-Computing

Efficient computing methods developed by Huawei Noah's Ark Lab
1.21k stars 211 forks source link

How should I visualize the results #89

Closed Augestern-L closed 8 months ago

Augestern-L commented 1 year ago

How should I visualize the results

18222why commented 12 months ago

you can use tensorboard

lose4578 commented 10 months ago

And you can run tools/infer.py to visualize the bbox.

yaosx425 commented 9 months ago

And you can run tools/infer.py to visualize the bbox. 您好!我运行了infer.py 但是报错两个参数不存在 但是两个参数都是有值的 这是怎么回事呢?

img_size--------------------------------------- [640, 640] half------------------------------------------- False Traceback (most recent call last): File "tools/infer.py", line 120, in main(args) File "tools/infer.py", line 115, in main run(*vars(args)) File "/data2/shuxuan_anaconda/envs/gold/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(args, **kwargs) File "tools/infer.py", line 107, in run inferer = Inferer(source, weights, device, yaml, img_size, half) TypeError: init() missing 2 required positional arguments: 'img_size' and 'half'

lose4578 commented 8 months ago

This problem has been fixed.