Samjith Raj CP

Results 15 issues of Samjith Raj CP

I have annotated each images in train and validation directory by using LabelImg tool. Hence i got xml files for each images. how can i convert it into train.txt and...

In the case of object detection, we have specify the each object class location in the image. Here i can't found anything related to image labeling and about the ROI...

Thanks for the awesome work I have used the same spec file and everything else as described like in this repo, but getting nan value for no-mask. Even tried by...

Thank you for your great work. How to generate dataset with following counts by using "python3 data2kitti.py"? mask : 6000 no_mask : 9000 I just noticed that "--category-limit" is for...

Hi @ChristianMarzahl Thank you for your great work, I'm really excited to implement this model with my dataset. I couldn't find any script for training the model. I have a...

While installing , i got the following error ,, `running build running build_py running build_ext building 'maskrcnn_benchmark._C' extension Emitting ninja build file /sa//TinyBenchmark/tiny_benchmark/build/temp.linux-x86_64-3.8/build.ninja... Compiling objects... Allowing ninja to set a...

Got this error while loading a trained model from efficientnet.layers import Swish, DropConnect ModuleNotFoundError: No module named 'efficientnet.layers' script used : ``` from efficientnet.layers import Swish, DropConnect from efficientnet.model import...

Is there any script to convert kitti format to coco ?

I have downloaded the dataset but the annotation data format is not mentioned and the class name too,] How to identify data format inside the annotation file ? (Eg :...

**Checklist** * [X ] The error is in the library's code, and not in my own. * [ X] I have searched for this issue before posting it and there...