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
Error Message
$ python tools/train.py ./configs/vid/fgfa/fgfa_faster_rcnn_r101_dc5_1x_imagenetvid.py --work-dir ./work_dirs/
...skip
2024-08-09 10:42:17,152 - mmtrack - INFO - workflow: [('train', 1)], max: 7 epochs
2024-08-09 10:42:17,152 - mmtrack - INFO - Checkpoints will be saved to /home/kssong/mmtracking-0.14.0/work_dirs by HardDiskBackend.
/home/kssong/mmtracking-0.14.0/.venv/lib/python3.7/site-packages/torch/nn/functional.py:3680: UserWarning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and now uses scale_factor directly, instead of relying on the computed output size. If you wish to restore the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details.
"The default behavior for interpolate/upsample with float scale_factor changed "
.....skip.....
2024-08-11 02:25:50,004 - mmtrack - INFO - Saving checkpoint at 7 epochs
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 176126/176126, 10.2 task/s, elapsed: 17310s, ETA: 0s2024-08-11 07:17:35,811 - mmtrack - INFO - Evaluating bbox...
Loading and preparing results...
DONE (t=43.05s)
creating index...
index created!
Running per image evaluation...
Evaluate annotation type bbox
Killed
----------------------------><----------------------------------
My environment is the following:
$ python mmtrack/utils/collect_env.py
sys.platform: linux
Python: 3.7.5 (default, Dec 9 2021, 17:04:37) [GCC 8.4.0]
CUDA available: True
GPU 0: NVIDIA RTX A6000
CUDA_HOME: /usr/local/cuda-11.1
NVCC: Build cuda_11.1.TC455_06.29069683_0
GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
PyTorch: 1.10.0+cu111
PyTorch compiling details: PyTorch built with:
TorchVision: 0.11.1+cu111
OpenCV: 4.10.0
MMCV: 1.4.2
MMCV Compiler: GCC 7.5
MMCV CUDA Compiler: 11.1
MMTracking: 0.14.0+e79491e
$ python tools/train.py ./configs/vid/fgfa/fgfa_faster_rcnn_r101_dc5_1x_imagenetvid.py --work-dir ./work_dirs/
...skip
2024-08-09 10:42:17,152 - mmtrack - INFO - workflow: [('train', 1)], max: 7 epochs
2024-08-09 10:42:17,152 - mmtrack - INFO - Checkpoints will be saved to /home/kssong/mmtracking-0.14.0/work_dirs by HardDiskBackend.
/home/kssong/mmtracking-0.14.0/.venv/lib/python3.7/site-packages/torch/nn/functional.py:3680: UserWarning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and now uses scale_factor directly, instead of relying on the computed output size. If you wish to restore the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details.
"The default behavior for interpolate/upsample with float scale_factor changed "
.....skip.....
2024-08-11 02:25:50,004 - mmtrack - INFO - Saving checkpoint at 7 epochs
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 176126/176126, 10.2 task/s, elapsed: 17310s, ETA: 0s2024-08-11 07:17:35,811 - mmtrack - INFO - Evaluating bbox...
Loading and preparing results...
DONE (t=43.05s)
creating index...
index created!
Running per image evaluation...
Evaluate annotation type bbox
Killed
----------------------------><----------------------------------
Please see the attached log file.
20240809_104155.log
I need to keep the version of MMtracking 0.14.0. Please let me know how to remove this error based on that version.
The text was updated successfully, but these errors were encountered: