Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to process the array correctly
Post: RE: How to process the array correctly

(Jun-07-2021, 01:11 PM)supuflounder Wrote: Are you able to print the two cell masks? That might reveal something interesting. Since you did not include all the code, it is not possible to analyze...
Fly_jia General Coding Help 4 2,467 Jun-09-2021, 01:47 AM
    Thread: How to process the array correctly
Post: RE: How to process the array correctly

(Jun-07-2021, 11:10 AM)jefsummers Wrote: The two hand written code sections are identical. Sorry, can't help.Thank you for your reply! I have revised.
Fly_jia General Coding Help 4 2,467 Jun-09-2021, 01:40 AM
  Photo Thread: How to process the array correctly
Post: How to process the array correctly

import numpy as np from timeit import default_timer as timer mask = np.load('mask.npy', allow_pickle=True) cell_mask_new_all = mask[:, :, :].astype(np.uint8) cell_mask_one = cell_mask_new_all[:,:,18...
Fly_jia General Coding Help 4 2,467 Jun-07-2021, 08:25 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020