Nguyen Anh Tuan
Nguyen Anh Tuan
I follow this tutorial https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md for training custom model for YOLO v3. But How can I training my own dataset on YOLO v3 Tiny?
I'm beginner nuclio. I downloaded this nuctl-1.5.4-windows-amd64 file to my windows 10 but I don't know how to use it. Can anyone help me?
https://github.com/openvinotoolkit/anomalib#custom-dataset ``` dataset: name: format: folder path: normal_dir: normal # name of the folder containing normal images. abnormal_dir: null # name of the folder containing abnormal images. normal_test_dir: null #...
@AdneneBoumessouer Thank for your hard work. I try to run your code but I saw that accuracy very low. I don't know what happen but I try with 3 ways...
I try to inference in local with a model trained. I run the script batch_scoring.py but I think this is running on azure. How do I testing on local without...
@tinohager Thank you so much to you and your team. So sorry but I don't have much experience in C# and C++. I try to do images classification on Alturos...
When I run webservice example I got display cmd show http://localhost:8080/swagger/ but I can't access to this. How to use localhost here in browser? Did I do something wrong?
Traceback (most recent call last): File ".\Evaluation.py", line 32, in evaluate() File ".\Evaluation.py", line 10, in evaluate dataProvider = DataProvider() TypeError: 'module' object is not callable I run python Evaluation.py...
I got the error during training COCO dataset. ``` Exception has occurred: RuntimeError result type Float can't be cast to the desired output type __int64 File "F:\edgeai-yolov5\utils\loss.py", line 236, in...
I trying to training model on faster_rcnn_inception_v2_coco_2018_01_28 with command python _5train.py --logtostderr --train_dir=Exhibition_model_faster_rcnn_inception_v2_pets/ --pipeline_config_path=Exhibition_training/faster_rcnn_inception_v2_pets.config. I already try it on dataset 300x300, 720x1280, and random size also but no luck. What...