Richard Kuo

Results 26 issues of Richard Kuo

when I use SSD.ipynb or SSD_Train.ipynb, (keras-2.3.1 or 2.1.5 both failed) model=model = SSD(input_shape, num_classes=NUM_CLASSES) always cause Error as below: ValueError: A `Concatenate` layer requires inputs with matching shapes except...

Just to share my port on Kaggle [AirSim End-to-End Learning](https://www.kaggle.com/rkuo2000/airsim-end-to-end-learning) To make it work on Kaggle with Keras 2.6.0, Cooking.py and Generator.py are modified in my [github fork](https://github.com/rkuo2000/AutonomousDrivingCookbook) It seems...

* face_recognition version: 1.2.2 * Python version: 3.6.5 * Operating System: Windows 7 / Git Bash 2.17.1.2 ### Description return face_detector(img, number_of_times_to_upsample) TypeError: __call__(): incompatible function arguments. The following argument...

### Search before asking - [X] I have searched the Yolov5_StrongSORT_OSNet [issues](https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/issues) and [discussions](https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/discussions) and found no similar questions. ### Yolov5_StrongSORT_OSNet Component _No response_ ### Bug I was told by...

bug

As title, anyway to import tensorflow.keras pretrained model file ? can it run to show visualization ?

I was told by Kaggle reviewer that my account was blocked because deep-person-reid can not be run on Kaggle.com

Python 3.6.3, tensorflow-1.4.0 on Windows 7 Ultimate SP1 python main.py --dataset ptb self.loader = BatchLoader(self.data_dir, self.dataset_name, self.batch_size, self.seq_length, self.max_word_length) File "C:\Users\akuo\lstm-char-cnn-tensorflow\batch_loader.py", line 52, in __init__ ydata[-1] = data[0].copy() IndexError: index...

I am running on Jetson Nano 2GB, Jetpack 4.6.1, tensorflow-2.7.0+nv22.1 Here's error message: [ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (933) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1...

while running snapshot_download, I got the following message : FileIntegrityError: File models/temp/tmpsutrl900/open_clip_pytorch_model.bin integrity check failed, the download may be incomplete, please try again.

I compile ElegantOTA AsynDemo.ino for AMB82-MINI (RTL8735B EVB with Camera), but it failed to compile. **AMB82-MINI** : https://www.amebaiot.com/en/amebapro2-amb82-mini-arduino-getting-started/ Error Messages: In file included from C:\Users\rkuo2\AppData\Local\Temp\.arduinoIDE-unsaved20231112-9220-7cqffu.heusb\Async_Demo\Async_Demo.ino:15: d:\Users\rkuo2\Documents\Arduino\libraries\AsyncTCP\src/AsyncTCP.h:26:10: fatal error: sdkconfig.h: No...

Stale