mam1680
mam1680
Hi I have a question: I want to save the video with deepstream_test1.py and I add this part to my code: ``` sink = Gst.ElementFactory.make("filesink", "filesink") if not sink: sys.stderr.write("...
when I run train.py by : !python going_modular/train.py it keeps running and gives no output , what's the problem? I also changed the train_dir and test_dir : train_dir = "../data/pizza_steak_sushi/train"...
Hi is orientations you provided in query.csv (orient_x, y z and w) are really for camera? in readme you said it is for camera relative to ECEF frame, I did...