Mohammed Zafeeruddin
Mohammed Zafeeruddin
### PR Fixes: - 1 Added correct course id, content Id Resolves #[684] ### Checklist before requesting a review - [x] I have performed a self-review of my code -...
**Describe the bug** Videos till week-12 are bookmarked by default, and errors out if bookmark being removed **To Reproduce** Steps to reproduce the behavior: 1. Uncheck bookmarks, which are previously...
**Describe the bug** Video options overlap the chapter when they are opened **To Reproduce** Steps to reproduce the behavior: 1. Open a video 2. select chapters **Screenshots or GIFs** 
**Is your feature request related to a problem? Please describe.** Its time consuming to use mouse to search videos **Describe the solution you'd like** A better way if search bar...
I am trying to convert the file in the following way: ``` const handleFileChange =(e:ChangeEvent)=>{ if(e.target.files){ const file = e.target.files[0] if(file==null){ return } const reader = new FileReader() reader.readAsDataURL(file) reader.onload=(e)=>{...
I tried running the model, the model file is missing where can i get it. ` parser.add_argument('--modelpath', type=str, default='onnx_havepost_models/yolov7-lite-e.onnx', `
### PR Fixes: - 1 Search questions with specific labels - 2 A label dropdown with a search bar - 3 Clear FIlters