EricZQu / Quantifying-Nanoparticle-Assembly-States-Through-Deep-Learning

MIT License
3 stars 1 forks source link

Error in running the detection model #2

Open Rajarshi1001 opened 2 years ago

Rajarshi1001 commented 2 years ago

While executing the
python detect.py --cut_size 300 --image_type png --image_directory samples/ --output_type boxes inside the detection folder, I get the following error: raise NotImplementedError( NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported

Could you please provide some help regarding this issue?