ROLO
ROLO copied to clipboard
ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
How to fine tune your model? I don't have sufficient data to retrain your model from scratch. I want to fine tune your model on my data which has only...
Is their any way to train our own video on rolo model. and how i create groundtruth_rect.txt , yolo out ,rolo_out_test file for my video please provide step bt step...
Hi, I am getting the following error TRAINING ROLO... Traceback (most recent call last): File "/home/###/threads/$$/venv/lib/python3.6/site-packages/tensorflow/python/framework/op_def_library.py", line 510, in _apply_op_helper preferred_dtype=default_dtype) File "/home/###/threads/$$/venv/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 1146, in internal_convert_to_tensor ret = conversion_func(value,...
When I run the codes, there is always a mistake: **import ROLO_utils as utils ImportError: No module named ROLO_utils**, would you tell me how to solve this problem? Thank you...
This is a great repository and I've been working with an offshoot from mayuri0192 which uses LSTM to track an object using location prediction rather than feature identification. The videos...
Hello, I am trying to use ROLO with my own custom dataset. I am working on TensorFlow 2.0 and Python 3.8. Is there a TF2 compatible version of the code?
hello everyone, I'm trying to make the model run, but currently there's all kinds of bugs. The first challenge is it is the most unclear README file I've ever found....
ROLO_utils.py 第36行,是空路径啊! cfgPath = ''