bharath

Results 11 comments of bharath

``` model_file = '/content/DeepLabV3-Plus/test/deeplabv3plus_with_resnet50_2.data-00001-of-00002' train_images = glob('/content/DeepLabV3-Plus/dataset/camvid/train/*') val_images = glob('/content/DeepLabV3-Plus/dataset/camvid/train/*') test_images = glob('/content/DeepLabV3-Plus/dataset/camvid/train/*') def plot_predictions(images_list, size): for image_file in images_list: image_tensor = read_image(image_file, size) prediction = infer( image_tensor=image_tensor, model_file=model_file )...

| Details | | |-----------------------|---------------| | Target OS: | Ubuntu\* 22.04 LTS | | | Ubuntu\* 20.04 LTS | | | Ubuntu\* 18.04 LTS | | | Windows\* 10 |...

> Hi! Thank you for your PR. This way of counting does not go well with tracking as already existing information in the tracker is being generated again from the...

what is the error? On Tue, Mar 19, 2024 at 9:01 PM userkw ***@***.***> wrote: > I'm encountering an issue with my YOLOv8 model when attempting to use > custom...

#tessor flow custom training ERROR:raise ValueError('First step cannot be zero.') ValueError: First step cannot be zero. SOLUTION: object_detection\training\ .config train_config: { batch_size: 1 optimizer { momentum_optimizer: { learning_rate: { manual_step_learning_rate...

**this will help** ``` sudo apt install ros-humble-gazebo-ros sudo apt-get install ros-humble-gazebo-msgs sudo apt-get install ros-humble-gazebo-plugins ```

**EASY FIX ;)** **( _ , cnts , _ )** = cv2.findContours(threshFrame.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) ValueError: not enough values to unpack (expected 3, got 2) try this `( cnts , _...

im also facing the same error :( `By not providing "Findncnn.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ncnn", but CMake did...

210 model_config = json.loads(model_config.decode('utf-8')) 211 model = model_config_lib.model_from_config(model_config, ValueError: No model found in config file.`` please help... im not able to reuse :(((