dreichCSL

Results 12 comments of dreichCSL

Can anyone in this thread explain how to get the loss output logging that we see in hardikmanik's screenshot? I'm talking about the various losses logged to stdout - I'm...

@rupa1118 I couldn't get the loss outputs. At this point I'm suspecting it might have something to do with the tensorflow/keras version you're using - maybe some older version prints...

Update: I modified the following files to be able to train BUTD without errors: (Using torch 1.11.0, spacy 2.3.7, en_vectors_web_lg 2.3.0) 1) Reverted changes from commit #75 (increases bbox feature...

Did you manage to exclude an entire dataset completely? As far as I understand at this point, specifying --qaSets will only affect which answer classes are trained, but not which...

Is this really an issue? Without looking deeper in the code, wouldn't we want ALL masks in an image be augmented the same way? If the image itself is augmented...

Has anyone tried calculating optical flow using python opencv? I can't seem to get good results with that preprocessing, but might also be my lack of understing about parameters to...

Actually, the code I used above works fine and produces good results on the example vid. But would still be nice to get pointers if this is missing something from...

Yes, it's slow, on my desktop flow calc runs at about 4 fps. I just wanted to reproduce for now. Don't know if it's possible to bring it up to...

Just to reply to the resampling question: This is what I did to my videos which were originally 1280x720 and 30fps (using ffmpeg on ubuntu command line): ffmpeg -y -r...

So this means if you don't have a GPU with at least 10GB RAM, you can't run this model at all? That's a shame..