Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - r0xx

Pages: [1]
1
General / Install on Raspberry Pi 2 Model B
« on: October 13, 2015, 01:02:53 PM »
Hello

Is it possible to install Agisoft PhotoScan on a Raspberry Pi 2 Model B either on Raspian or Windows 10 IOT?
I know it doesn't have good Hardware but I am thinking about changing from a regular large Server for network processing to a small device just like the Raspberry Pi so this is only to act as a server for 2 Nodes and NOT to compute itself.

2
Face and Body Scanning / Printing people
« on: August 13, 2015, 05:25:52 PM »
Hello

What 3d Printers are there that can print out scanned bodys/faces? What materials do they use and how expensive are they?
Do you already have experience with printing bodies and faces?

3
Feature Requests / Keep a database of already processed images
« on: August 06, 2015, 01:20:02 PM »
Would it be possible to have a database somewhere which saves all the information that the image checking (points etc.) into it and so the next time the same image is used (in an overlap to another chunk for example) it can be skipped since the values are already known?
So if you have thousands of images it would speed up the process alot if 2/3 of the images are already known with their values...

Would that technically even be possible? Why or why not?

4
Feature Requests / Automatically generate the right sized chunks
« on: August 05, 2015, 03:41:55 PM »
Hello

We have tens of thousands of images per set and it's very hard to get the chunks ready to run.
It would be awesome to have some kind of automatically generating chunk dialog which can be used before aligning images where you pick all your images and if they are geotagged they could be used to generate let's say 16 chunks which are 500x500 meters with a 100 meter overlap (And let's say 500 images), instead of having 1 large chunk with 4 kilometers by 4 kilometers with over 5'000 images.

5
General / Canon EOS 6D vs. Canon EOS 5DS
« on: July 23, 2015, 04:15:58 PM »
Hello

I have seen that the new Canons EOS 5DS has 50 Megapixels. At the moment we have 7 Canons EOS 6D to work with.
We are flying over an area with those cameras and capture for PhotoScan. Would the EOS 5DS with 50 Megapixels (x2.5 the amount of pixels compared to the 6D) make more sense? Would the images be better to use in PhotoScan? Would the results be better?

6
Python and Java API / Saving each chunk to individual file
« on: June 01, 2015, 05:28:08 AM »
How can I save each chunk in a document to individual files?

7
Python and Java API / Remove empty chunks
« on: May 20, 2015, 05:05:23 PM »
Hello

How can I automatically remove empty chunks (Without any cameras inside) from the document?

8
Python and Java API / Get center coordinates
« on: May 15, 2015, 11:13:56 AM »
How can I get the center coordinates from the project and set them to the same coordinates but with another bounding box size?

9
General / AWS Cluster with PhotoScan
« on: May 12, 2015, 02:56:14 PM »
Is there any tutorial on how an aws cluster can be set up for use with PhotoScan?
For example use 10 instances of a GPU configuration and run Photoscan on them with use of let's say 50 GPUs to be alot faster during Point cloud generation?

10
Python and Java API / Adding a new marker with coordinates
« on: January 05, 2015, 07:27:27 PM »
How can I add a new marker to my chunk with predefined coordinates?
chunk.addMarker() does not do what I want... How can I do that?

11
Python and Java API / Cancel kills python
« on: December 24, 2014, 01:44:40 PM »
Hello

I have found a bug in the python implementation. Try to import a python script like you normally do.
Then execute a task like create point cloud. During the generation cancel it and try to execute any python script.
It will be stuck and don't anything until you restart photoscan and run your script again...

12
Python and Java API / Use the "Convert" command
« on: December 23, 2014, 01:03:30 PM »
Hello

I am importing photos into my project using the following code:

Code: [Select]
  doc = PhotoScan.app.document
 
  project_folder = PhotoScan.app.getExistingDirectory("Folder:")
 
  chunk = PhotoScan.app.document.addChunk()
  chunk.label = "1"
 
  my_images = []
  for photo in os.listdir(path_photos):
    if photo.lower().endswith(".jpg") or photo.lower().endswith(".jpeg"):
        my_images.append(path_photos + photo)
        continue
    else:
        continue
 
  chunk.addPhotos(my_images)
  doc.addChunk(chunk)


How can I use the "Convert" command from Reference? Right now I have WGS84 coordinates and I want to transform into EPSG::21781. How would I do that in python?

13
General / More computers or more power?
« on: December 18, 2014, 05:13:59 PM »
Hello

If I want to use PhotoScan over network... What is better if I want to compute about 10 projects?

10 computers with average hardware (lets say an i7, 32 gb ram, gtx 780)
or
2 computers with highend hardware (for example 2x xeon e5, 96 gb ram, gtx 980)?

What is faster in computing? More computers with less hardware or less computers with more hardware?

14
Feature Requests / See Hostname in Network Monitor
« on: November 04, 2014, 06:44:37 PM »
Hello

I think it would be great to see the Hostname AND the ip address and not only the ip address inside Network Monitor.
Most people work with computer names and not with IP adresses, so maybe something like "MyComputer1 (192.168.1.23)" instead of "192.168.1.23" would be nice!
Any thoughts?

Pages: [1]