Ori Levi

Results 3 comments of Ori Levi

**replace inside the create_csv.py file or just run this instead:(Section 3.3)** ``` import os import glob import pandas as pd import xml.etree.ElementTree as ET def xml_to_csv(path): xml_list = [] for...

this happens when your camera takes time to start up just add somthing like: `if frame1 is not None:` before `frame = frame1.copy()`

Yes, it just the xml format you use is integer and not float, the code I have added, match both types