Ayush Chaurasia
Ayush Chaurasia
@AlphaNext please provide a command to reproduce
@AlphaNext you don't need the distributed launch manually. The package handles that. Simply run python train.py
tflite isn't supported yet. We'll work on it later this week
Yes once we implement it, it'll be similar to yolov5
@V4A001 This repo only supports yolov5. Are you seeing this error on a yolov5 trained model?
@SkalskiP I guess you're trying to do this? It doesn't happen to me.. Or maybe I completely missunderstood your question
@SkalskiP Oh I see what's happening. You don't have to pass video frame by frame. You can just pass the video directly and we'll return the generator if you want...
@SkalskiP ok I'll fix it in main now. And should be available in tomorrow with next release
@glenn-jocher yeah. Fuse is called by Autobackend and not by the predictor...`is_fuse` needs to be a model attribute then
@glenn-jocher If we add the model attribute now, the released ckpts won't get it. Let's move this convo to the PR thread