Efficient-Computing icon indicating copy to clipboard operation
Efficient-Computing copied to clipboard

How should I visualize the results

Open Augestern-L opened this issue 2 years ago • 2 comments

How should I visualize the results

Augestern-L avatar Oct 18 '23 13:10 Augestern-L

you can use tensorboard

18222why avatar Dec 03 '23 12:12 18222why

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

lose4578 avatar Jan 09 '24 03:01 lose4578

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'

yaosx425 avatar Feb 28 '24 03:02 yaosx425

This problem has been fixed.

lose4578 avatar Mar 15 '24 02:03 lose4578