Faisalsouz

Results 6 issues of Faisalsouz

``` ('130', '245', '119', '97',mylabel) # image coordinates read from csv file bbs=BoundingBox(x1=130,y1=245,x2=119,y2=97) BoundingBox(x1=119.0000, y1=97.0000, x2=130.0000, y2=245.0000, label=mylabel) ``` **Problem** BounddingBox autmatically giving the coordiante in worng order.

**if __name__ == '__main__': freeze_support()** **I am using windows and have installed tesseract ocr and goshscript as a 'exe' file in window ** **Getting this error** ```python Scan: 100%|██████████| 2/2...

help wanted
third party issue

There are many checkpoint files in folder `checkpoint/run1/` I want to start training again from checkpoint with model-15553.data. there are many checkpoints with step no. 15000, 24000, 27000 etc I...

I want to train gpt2 with my own data. Data is almost 20 GB and I have year-wise tar it in ‘xz’ format(inside the archive there is lot of txt...

I have this issue with following line of code. `python example.py --datasets VOC --img_path invoices-PascalVOC-export/JPEGImages --label invoices-PascalVOC-export/Annotations --convert_output_path yolo_converted --img_type ".jpg" --manipast_path yolo_converted --cls_list_file C:\Users\fkhalil\primeStone\deep_net\darknet\data\invoiceLabels\invoices-PascalVOC-export\classes.names ` ```python Error message: VOC...

I am using ubuntu focal fossa, ROS1 noetic building Rtabmap, from source using catkin_make Everything works as usual but while Rtabmp rviz view windows is opened ,and I try to...