Recent content by falyusuf
-
F
Comp Sci Training YOLOv9 on custom dataset
I have copied the code snippet for uploading the dataset directly from Roboflow for the YOLOv9 model. I installed YOLOv9 and its requirements as mentioned on the official website. Where might the problem be?- falyusuf
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
F
Comp Sci Training YOLOv9 on custom dataset
!git clone https://github.com/SkalskiP/yolov9.git %cd yolov9 !pip3 install -r requirements.txt -q import os Home = os.getcwd() print(Home) !mkdir -p /kaggle/working/yolov9/weights !wget -P /kaggle/working/yolov9/weights -q https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-c.pt...- falyusuf
- Thread
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
F
Python Create a Mask-RCNN Model in Python for Smart Parking Systems
Homework Statement: I am trying to write a Python code to do a project about smart parking system. I want to create a Mask RCNN model to detect the vehicles in the parking slots. My code is attached below, I got an error in the last line (creating Mask_RCNN model) and do not know how to solve...- falyusuf
- Thread
- Model Python Systems
- Replies: 1
- Forum: Programming and Computer Science
-
F
Engineering Decision Tree Regression: Avoiding Overfitting in Training Data
The decision tree in the following curve is too fine details of the training data and learn from the noise, (overfitting). Ref: https://scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html#sphx-glr-auto-examples-tree-plot-tree-regression-py I tried to remove the overfitting...- falyusuf
- Thread
- Decision Regression Tree
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
F
Python Automatic parking slots detection using Python
Yes, we can choose any topics related to Deep Machine Learning. I can redo my previous project in a different way; by training a model using deep ML. However, I want to improve it even more by selecting the slots automatically and that's what I am looking for. Here's some of the results from my...- falyusuf
- Post #7
- Forum: Programming and Computer Science
-
F
Python Automatic parking slots detection using Python
Not yet. I searched for projects in this topic but still did not get any.- falyusuf
- Post #5
- Forum: Programming and Computer Science
-
F
Python Automatic parking slots detection using Python
Several related works have manually selected parking slots using different methods, such as selecting the region of interest (ROI) through mouse clicks or determining the coordinates of each parking slot through trials and errors (which I used in my previous course project). However, these...- falyusuf
- Post #3
- Forum: Programming and Computer Science
-
F
Python Automatic parking slots detection using Python
TL;DR Summary: How to automatically detect the parking slots using Python? I have a Deep Machine Learning course and would like to do my course project about "Available Parking Slots Detection using Deep Machine Learning Based on Image Processing". My plan is to split the project into two...- falyusuf
- Thread
- Automatic Detection Python
- Replies: 6
- Forum: Programming and Computer Science
-
F
Engineering Power Flows and Losses in a line between two buses
Question: Equations: My solution: Could someone verify my answer?- falyusuf
- Thread
- Line Power
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering Find the reactive power before power factor correction
Relevant Equations: My solution: Could someone please verify my answer?- falyusuf
- Thread
- Correction Power Power factor Reactive power
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
F
Find the flux of a vector field
Question: Equation: Attempt: Can someone verify my answer?- falyusuf
- Thread
- Field Flux Vector Vector field
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
F
Engineering Find the flux due to a vector crossing an open surface
Question: Equations: My attempt: Could someone confirm my answer please?- falyusuf
- Thread
- Flux Surface Vector
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering Find the electric field intensity due to a point, line, and plane
So d^ is a unit vector, right?- falyusuf
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
F
Engineering Find the electric field intensity due to a point, line, and plane
Question: My attempt: Could someone please confirm my answer?- falyusuf
- Thread
- Electric Electric field Electric field intensity Field Intensity Line Plane Point
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help