Joel Prabhod

Results 17 issues of Joel Prabhod

Unable to train with custom data. Have 10 images on a singe gpu traininng. im using this command. python3 tools/train.py --batch 2 --conf configs/yolov6s_finetune.py --data data/dataset.yaml --device 0 Im getting...

Im trying using 70 images in my train and 20 in val. The training runs fine for few epochs and throws an error. I ![Screenshot from 2022-07-12 17-35-45](https://user-images.githubusercontent.com/38422983/178486270-5c1203a6-6dde-4fd7-8548-b42d96768913.png) m training...

Im training with 69 images and 10 images for testing. Im trainng on my local pc. im using python3 tools/train.py --batch 1 --conf configs/yolov6s.py --data data/dataset.yaml --device 0 Im getting...

Im trying with 450 images in train and 130 in val. I have the training started but encountered this error. RuntimeError: all elements of input should be between 0 and...

loved your work. how do i add the commad to change color to gray? i need to add it at the Datagenerator. Please suggest

I trying the D2Go Introduction trying to get the model from modelzoo. it says RuntimeError: faster_rcnn_fbnetv3a_C4.yaml not available in Model Zoo!

no-issue-activity

Im testing on few images. Im unable to run python3 detect.py --source home/joel/img4.jpg --weights v5lite-s.pt. Im getting this error: **AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'** Tried resolving the environmental...

How do we train in the repo? I have tried ultralytics yolov3 to train but not successful. can I know how to train, since I want to use DroNet cfg...

trying to convert .weight to .pb Traceback (most recent call last): File "convert_weights_pb.py", line 5, in import yolo_v3 File "/home/de-gpu-005/joel/tensorflow-lite-YOLOv3/yolo_v3.py", line 6, in slim = tf.contrib.slim AttributeError: module 'tensorflow' has...

while trying to run inference for a webcam. error. Traceback (most recent call last): File "camera.py", line 10, in from model.pfld import PFLDInference, AuxiliaryNet ModuleNotFoundError: No module named 'model.pfld'; 'model'...