Martin

Results 4 comments of Martin

@naarkhoo @stbdang I traced the code and found it is the watchdog file watcher which would cause the error. Please refer to gorakhargosh/watchdog#838 for detail. In short, there is no...

@vincedupuis The following command works for me: ``` python export.py --weights yolov7-mask.pt --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640 ``` The error `ONNX export failure:...

@ebennequin Hi, thanks for the quick reply! The only change I maded was commmed out the following two lines to avoid using your trained weight: ```python # !wget https://public-sicara.s3.eu-central-1.amazonaws.com/easy-fsl/resnet18_with_pretraining.tar #...

@ebennequin Update: I just ran [Colab](https://colab.research.google.com/github/sicara/easy-few-shot-learning/blob/master/notebooks/my_first_few_shot_classifier.ipynb) (change nothing) and after training with T4 GPU I got `Accuracy: 90.90%`, better than my local environment but still a large gap compared with...