Nkiruka Uzuegbunam
Nkiruka Uzuegbunam
Hi, I am writing code to apply video captioning models on a single input video. Can you show me how to apply your model on a single input video or...
Be sure you've searched [the forums](https://forums.fast.ai) for the error message you received. Also, unless you're an experienced fastai developer, first ask on the forums to see if someone else has...
Minor issue The link under "Installation" is broken. The link points to a md but there is nothing there. The md links is: https://github.com/open-mmlab/mmgeneration/blob/master/docs/get_started.md
**Is your feature request related to a problem? Please describe.** I would like a Gradio equivalent to cv2.imshow() to process the frames of a video, and see the update in...
I am getting a ModuleNotFoundError for training when running src/training/main.py. It points to line 19 in main.py, the import function. Edit: Fixed it. Forgot to add pythonpath
I have detections that have returned bounding boxes. I can run the tracker with centroids. However, I would need to still get out the new locations of the tracked bounding...
I'm using my custom dataset that has been prepared using same format in the tutorial. I don't have multiple cameras so in``` evaluate.py```, in the ```evaluate function```, I set the...
I want to train this on glint360K. But I'm not sure how to create the folder directory needed. Glink360K has a folder with 100K folders, each folder is for one...
I would like to finetune on my own dataset. Do you have recommendations on how I can create my own dataset for this?
HI would you have a tutorial for how to add a transformer to the huggingface library? I would like to work with mdetr but I don't know how to get...