Hesam Moshiri
Hesam Moshiri
Hello, The FCN models which you have offered are classification models or segmentation? if they are segmentation models, would you please tell me how can I fine-tune it with a...
Hello, I have a GTX 1060 6G GPU, so I can fine tune the model only. I know the images and annotation should be in KITTI format. no problem about...
Hello, I appreciate if you reply these questions. at least nobody will ask these on future. 1) I have created a small dataset on VOC format and I want to...
When I run the `create_lmdbdata.sh`, I get two errors related to the `.xml` files in train and test folders. it says: ``` annotation file: /home/hesam/Desktop/img/val/annot/0269.xml does not exist annotation file:...
Hi, I have a trained model which contains `.caffemodel` and `deploy.prototxt` files. Does your code help me to make an object detector based on these?
Hello, How can we pick-up a pre-trained model and re-train it on a custom data-set (user defined data-set)? I have selected the PVANET+ (Compressed) because as I see it shows...
Hello, I use the latest version of the Python. when I run the "test-object-detector.py" I get several errors. This might be because of new python versions conflict. Please fix. 
Hello, is there any script to calculate dataset images mean, as the Caffe calculates as 3 float values?
Hi, Do you plan to update this repo for all provided LittevGL widgets and also custom widget creation?
Hello, How can I fine-tune the model on a custom small dataset using a pretrained model?