PyTorch_YOWO icon indicating copy to clipboard operation
PyTorch_YOWO copied to clipboard

Results 17 PyTorch_YOWO issues
Sort by recently updated
recently updated
newest added

您好,我在配置好相关环境和ucf数据集后在运行train.py时出现了如下的问题,请问您知道是什么原因吗? Traceback (most recent call last): File "D:/python/pycharm/PyTorch_YOWO-plus-main/train.py", line 19, in from utils.misc import CollateFunc, build_dataset, build_dataloader File "D:\python\pycharm\PyTorch_YOWO-plus-main\utils\misc.py", line 14, in from evaluator.ucf_jhmdb_evaluator import UCF_JHMDB_Evaluator File "D:\python\pycharm\PyTorch_YOWO-plus-main\evaluator\ucf_jhmdb_evaluator.py", line 4,...

Hi, First of all, thank you for your great work! I am wondering does your work get improvement only on UCF and AVA datasets? Because I've run your code on...

您好 最近一直在学习您的代码 您实现的yowo中 2D backbone有yolov2和yolov3 但是v3有三个检测头 输出的output为[y1, y2, y3] 对应的维度为[255, 255, 255] 那如果我选择v3作为2D backbone 它的输出怎么跟3D backbone的按维度进行拼接啊 是不是需要额外的一些处理(代码里没有看到)

Hello, thank you for your valuable contribution! Downloaded from google drive multiple times. Then extraction attempt results in the same issue. Would you please check if the google drive zip...

Dear author,the code you wrote is very useful to me,but I have a problem,I can't detect video-map for jhmdb21 dataset,How do I modify the **ucf_jhmdb_evaluator.py** ? It took me too...

Thank you for your hard work on this project! I've noticed that the license information for this repository isn't specified. I am familiar with your other project, YOWOv2, which uses...