Tensorflow_Object_Tracking_Video icon indicating copy to clipboard operation
Tensorflow_Object_Tracking_Video copied to clipboard

Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition

Results 14 Tensorflow_Object_Tracking_Video issues
Sort by recently updated
recently updated
newest added

How can i get track back if it loses target

This pr fixed tf api uses that lead to compatibility problems. Details will be shown in issues.

Dear Ferri: Thank you for your codes. I am using Tensorflow with opencv3.3.1, and I changed some of the codes according to the demandas of different opencv versions (for example,...

hey. your code can't run on python3. it have some code style error . eg. python 2 use print but python 3 use print()

In Utils_Video.py line 5: import utils_image should be changed to: import Utils_image.

Dear Ferri: Thank you for your codes. However, I found that the link to Inception has been invalidated. If I can, can I ask you to upload this link? many...

hello, firstly, I find that your code have `import error`. The reason should be that the names are not uniform between `Utils_Video.py` and `utils_video.py` or Utils_Image.py and `utils_image.py`. Please check...

when I run program, Terminal has a message about no kaffe module. waht should i do?

The first run I made with: > python VID_yolo.py --path_video video.mp4 I got this error: >Traceback (most recent call last): > File "VID_yolo.py", line 11, in > import Utils_Video >...

Hello, DrewNF - when I run VID_yolo.py ,the error was : ModuleNotFoundError: No module named 'progressbar' - then I search all the directories, I can't find a file named progressbar...