You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(DYX-MMLAB) dyx@dyx-MS-7C82:~/project/mmyolo$ python demo/featmap_vis_demo.py data/cat/images/IMG_20221020_112705.jpg \
> configs/yolov5/yolov5_s-v61_fast_1xb12-40e_cat.py \
> work_dirs/yolov5_s-v61_fast_1xb12-40e_cat/epoch_40.pth \
> --target-layers backbone \
> --channel-reduction squeeze_mean
!!!You are using `YOLOv5Head` with num_classes == 1. The loss_cls will be 0. This is a normal phenomenon.
Loads checkpoint by local backend from path: work_dirs/yolov5_s-v61_fast_1xb12-40e_cat/epoch_40.pth
04/09 11:29:52 - mmengine - WARNING - "FileClient" will be deprecated in future. Please use io functions in https://mmengine.readthedocs.io/en/latest/api/fileio.html#file-io
04/09 11:29:52 - mmengine - WARNING - "HardDiskBackend" is the alias of "LocalBackend" and the former will be deprecated in future.
04/09 11:29:54 - mmengine - WARNING - `Visualizer` backend is not initialized because save_dir is None.
[ ] 0/1, elapsed: 0s,
ETA:/home/dyx/anaconda3/envs/DYX-MMLAB/lib/python3.9/site-packages/mmengine/visualization/visualizer.py:968: UserWarning: Since the spatial dimensions of overlaid_image: (3000, 4000) and featmap: torch.Size([80, 80]) are not same, the feature map will be interpolated. This may cause mismatch problems !
warnings.warn(
^Z
[1]+ 已停止 python demo/featmap_vis_demo.py data/cat/images/IMG_20221020_112705.jpg configs/yolov5/yolov5_s-v61_fast_1xb12-40e_cat.py work_dirs/yolov5_s-v61_fast_1xb12-40e_cat/epoch_40.pth --target-layers backbone --channel-reduction squeeze_mean
i can do nothing as the computer be blocked
i can only restart my conputer
Environment
sys.platform: linux
Python: 3.9.16 (main, Mar 8 2023, 14:00:05) [GCC 11.2.0]
CUDA available: True
numpy_random_seed: 2147483648
GPU 0: NVIDIA GeForce RTX 3070
CUDA_HOME: /usr
NVCC: Cuda compilation tools, release 9.1, V9.1.8
GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
PyTorch: 1.12.1+cu113
PyTorch compiling details: PyTorch built with:
GCC 9.3
C++ Version: 201402
Intel(R) Math Kernel Library Version 2020.0.0 Product Build 20191122 for Intel(R) 64 architecture applications
AS I CREATE environment including mmdetection mmtracking mmyolo they are all using openmmlab2.0
i DONT follow the environment create turtoils strictly
perhaps it is the reason
HOWEVER I CAN train well on this environment @lindahua@grimoire@zhiqwang@lvhan028 @
The text was updated successfully, but these errors were encountered:
I have debuged again it is very slow but it runs successfully. my image shape is 3000,4000,3 I guess it is very hard to run this big shape . However i run command following the turtail. does anyone have the same problem??
Prerequisite
🐞 Describe the bug
HERE IS display
Environment
sys.platform: linux
Python: 3.9.16 (main, Mar 8 2023, 14:00:05) [GCC 11.2.0]
CUDA available: True
numpy_random_seed: 2147483648
GPU 0: NVIDIA GeForce RTX 3070
CUDA_HOME: /usr
NVCC: Cuda compilation tools, release 9.1, V9.1.8
GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
PyTorch: 1.12.1+cu113
PyTorch compiling details: PyTorch built with:
TorchVision: 0.13.1+cu113
OpenCV: 4.7.0
MMEngine: 0.7.0
MMCV: 2.0.0rc4
MMDetection: 3.0.0rc6
MMYOLO: 0.5.0+dc85144
进程已结束,退出代码0
Additional information
AS I CREATE environment including mmdetection mmtracking mmyolo they are all using openmmlab2.0
i DONT follow the environment create turtoils strictly
perhaps it is the reason
HOWEVER I CAN train well on this environment @lindahua @grimoire @zhiqwang @lvhan028 @
The text was updated successfully, but these errors were encountered: