Michael Ben ami
Michael Ben ami
Hi, Thanks for releasing this code I try to train the model on my dataset but sometimes when I run the visualize notebook I get an error: ``` /home/ubuntu/DeLF-pytorch/helper/delf_helper.pyc in...
Hi I try to use the example for using the tensorboard projector as in the demo_embedding.py but but the tensorboard doesn't load new data only if I stop it and...
Hi I'm using the prompt to get from the user his choice but sometimes the choices list is very large and moving only with the arrow keys is not comfterbale...
Hi thanks publishing this. I had a small test on my own dataset, and now I'll like to use the ckpt.pth file just for inference any recommendation on how to...
Hi according to tensorflow models zoo page, they update all their model to be on tf.1.5.0 so they might not work with tf.1.4.0 I'll remade to add the *.pb file...
Hi. Thanks for sharing your repo. I try to use the faster rcnn model I use ``` NSString *model = @"op_inference_graph_rcnn"; ``` in the `TensorflowGraph.mm` file but when u load...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi thanks for this great repo! I tried to...
Hi I run the `train.py` on the `train.csv` from Kaggle and got `val auc 0.9999535867222049` after 1 epoch is that ok? seems too good can you please share your results?...
Hi thanks for the cool work as I understand the code is designed to find only 1 object in the test image any idea how to modify it to find...