phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

ModuleNotFoundError: No module named 'mask_rcnn_tracktor' #177

Open HongliXiao opened 1 year ago

HongliXiao commented 1 year ago

A ModuleNotFoundError occurred when I am trying to run "\experiments\scripts\obj_det_training.py", can you help me find the reason? I cannot find the mask_rcnn_tracktor and keypoint_rcnn_tracktor in your provided files.

PS G:\Research\tracking_wo_bnw-master> & "D:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe" g:/Research/tracking_wo_bnw-master/experiments/scripts/obj_det_training.py Traceback (most recent call last): File "g:/Research/tracking_wo_bnw-master/experiments/scripts/obj_det_training.py", line 18, in import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'matplotlib' PS G:\Research\tracking_wo_bnw-master> & D:/Anaconda3/envs/tracktor/python.exe g:/Research/tracking_wo_bnw-master/experiments/scripts/obj_det_training.py Traceback (most recent call last): File "g:/Research/tracking_wo_bnw-master/experiments/scripts/obj_det_training.py", line 32, in import models File "G:\Research\tracking_wo_bnw-master\src\obj_det\models.py", line 23, in from mask_rcnn_tracktor import MaskRCNNTracktor ModuleNotFoundError: No module named 'mask_rcnn_tracktor'

HongliXiao commented 1 year ago

image

timmeinhardt commented 1 year ago

I just pushed some changes with the missing files. Sorry for the delay!

HongliXiao commented 1 year ago

OK, thank you!!!

------------------ 原始邮件 ------------------ 发件人: "phil-bergmann/tracking_wo_bnw" @.>; 发送时间: 2023年1月10日(星期二) 下午5:01 @.>; @.**@.>; 主题: Re: [phil-bergmann/tracking_wo_bnw] ModuleNotFoundError: No module named 'mask_rcnn_tracktor' (Issue #177)

I just pushed some changes with the missing files. Sorry for the delay!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>