Geekdreamer

Results 9 issues of Geekdreamer

When I am trying to add a few upsampling and downsampling layers before the Efficientrep backbone, I am facing the following issue. ERROR in training steps. ERROR in training loop...

**How long does it take to train on the COCO Dataset? I see that there are 399 epochs and each epoch is taking around 15 mins for 100%.** ![Screenshot (5)](https://user-images.githubusercontent.com/81865831/177405743-04ddf8e3-3079-4295-a99a-e99fcb92fae0.png)

I am trying to add an extra network in front of Efficientrep which is based on UNet( to handle denoising in image dataset) . I would really appreciate it if...

Evaluating mAP by pycocotools. Saving runs/train/exp14/predictions.json... loading annotations into memory... Done (t=6.09s) creating index... index created! Loading and preparing results... ERROR in evaluate and save model. ERROR in training loop...

I am trying to work with SqueezeDet in the AWS EC2 instance and the environment only supports Python 3.9 and Pytorch 1.12 with cuda 11.2. Can i use this repo...

I am trying to add Unet as a preprocessing layer before the YOLOv6 architecture and when I am trying to do this, I am facing the following error. And how...

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question 1) Instead of using a script-based training, is it...

question

I am trying to train my own inward facing video dataset with 30 cameras. I am unable to understand the coordinate system of the code in hyperreel. My current poses...