Skip to content

Instantly share code, notes, and snippets.

View codenamewei's full-sized avatar
💭
☕ 🐛 🤖

Chiawei codenamewei

💭
☕ 🐛 🤖
View GitHub Profile

branch: feature/ENH2021

import sys
sys.path.append(r"C:\\<yourpath>\Korea DS")
def split_by_size(
full_file_name_input=r'?'):
'''
Edit the following parameters:
full_file_name_input
output_file_size : edit the first number for desired size in Gigabytes
codepage
add_header_to_every_output_file
@codenamewei
codenamewei / project-status.md
Last active January 2, 2022 14:22
Project Status

Project status are stated as below.
All of my open source projects from 2022 onwards are attributed with the status label.
This label specifies the level of commitment I have to the project, which are elaborated below.

Project Status

projectstatus

  • Project is in active development. Both bug reports and feature suggestions are welcome, as well as pull requests.
@codenamewei
codenamewei / sample.md
Last active February 18, 2022 15:47
Display of Gif
<div align="center">
  <img alt="computer" src="https://media.giphy.com/media/l0HlNaQ6gWfllcjDO/giphy.gif"><br>
</div>
computer
@codenamewei
codenamewei / nativedisplay.md
Created September 14, 2021 14:38
Sample native display of image
![sampleimage](https://user-images.githubusercontent.com/33477318/133277778-af7cd27e-2dfd-4d4c-9233-d1fa7c1ce3e6.png)

sampleimage

@codenamewei
codenamewei / sample.md
Last active September 15, 2021 12:00
Sample display of image in HTML format
<div align="center">
  <img alt="Display of emojis" src="https://user-images.githubusercontent.com/33477318/133277778-af7cd27e-2dfd-4d4c-9233-d1fa7c1ce3e6.png" width="400" height="100"><br>
  <sup>Sample display of image in HTML format <sup>
</div>
java -jar ./target/skil-example-yolo2-tf-1.0.0.jar --input https://raw.githubusercontent.com/tejaslodaya/car-detection-yolo/master/images/0012.jpg --endpoint http://localhost:9008/endpoints/yolo/model/yolo2/default/
Input Image: https://raw.githubusercontent.com/tejaslodaya/car-detection-yolo/master/images/0012.jpg
Input width: 1280
Input height: 720
16:10:27.357 [main] INFO org.nd4j.linalg.factory.Nd4jBackend - Loaded [CpuBackend] backend
16:10:28.158 [main] INFO org.nd4j.nativeblas.NativeOpsHolder - Number of threads used for NativeOps: 1
Unable to tune runtime. Please set OMP_NUM_THREADS manually.
16:10:28.470 [main] INFO org.nd4j.nativeblas.Nd4jBlas - Number of threads used for BLAS: -1
16:10:28.473 [main] INFO org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner - Backend used: [CPU]; OS: [Linux]
16:10:28.473 [main] INFO org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner - Cores: [1]; Memory: [0.7GB];