sxbug

Results 9 comments of sxbug

detector = ObjectDetection() detector.setModelTypeAsYOLOv3() detector.setModelPath( os.path.join(execution_path , "model/yolo-tiny.h5")) detector.loadModel() ########### ValueError。 You are trying to load a weight file containing 24 layers into a model with 147 layers. Why?

detector.setModelTypeAsTinyYOLOv3() #detector.setModelTypeAsRetinaNet() detector.setModelPath( os.path.join(execution_path , "model/yolo-tiny.h5")) detector.loadModel() It is OK But How can I use RetinaNet? Thanks

Thank you. My level is limited, and I still can't solve my problem, so I have to ask again in fizyr GITHUB . Thank you again!

我想做到的效果,就是把照片中的类似形状标记出来,并标记 它在照片中的位置和转角。 ![Uploading gun3.jpg…]()

请问有好办法吗?查找边界的很多办法就是边界模糊。用sift就是无法将模型与照片匹配。总之问题较多,请指教

Hi Change E-puck‘s controller to , then I can start simulate. But E-puck's controller is Matlab, the webots's console display: INFO: matlab: Starting controller: matlab -nosplash -nodesktop -minimize -sd "D:/Program...

changed controller to extern , It is OK to start simulate.

Hi Is it because matlab does not display callback information? Is it a permission problem? Is there any further test method? Thanks

If I change the controller to extern, everything works nicely and I can see the MATLAB user interface with the e-puck camera and processed images. But now there is another...