no module named yolox

See original GitHub issue
Traceback (most recent call last):
  File "./tools/demo.py", line 15, in <module>
    from yolox.data.data_augment import preproc
ModuleNotFoundError: No module named 'yolox'

how can I import yolox?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ppoggcommented, Jul 21, 2021

把demo.py从tools单独拎出来,让他直接从根目录去加载yolox里面的模块,应该可以解决你的问题

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'yolox' ?? how can i ...
hi,professor: i test use cmd liks this: python3 tools/demo.py image -n yolox_tiny -c ../weights/yolox_tiny.pth.tar --path .
Read more >
yolox - PyPI
YOLOX is an anchor-free version of YOLO, with a simpler design but better performance! It aims to bridge the gap between research and ......
Read more >
ModuleNotFoundError: No module named 'yolox' - CSDN博客
命令行中运行yolox(运行YOLOX流程参考这里),会报错: ModuleNotFoundError: No module named 'yolox'. 解决办法: 可以在from yolox.data.data_augment ...
Read more >
YOLOX - Kaggle
Cloning into 'YOLOX'... remote: Enumerating objects: 1387, ... rt # type: ignore ModuleNotFoundError: No module named 'onnxruntime' During ...
Read more >
新版yolox bug:ModuleNotFoundError: No module named ...
训练时出现:ModuleNotFoundError: No module named 'yolox.layers.fast_cocoeval'是个bug,名字错了,改下参数,如果还是不行,把fast_coco_eval_api名字改 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found